diff --git a/website/astro.config.mjs b/website/astro.config.mjs index af3ccdc5..e0176df0 100644 --- a/website/astro.config.mjs +++ b/website/astro.config.mjs @@ -11,4 +11,12 @@ export default defineConfig({ assets: "assets", }, trailingSlash: "always", + vite: { + build: { + sourcemap: true, + }, + css: { + devSourcemap: true, + }, + }, });