diff --git a/apps/website/astro.config.ts b/apps/website/astro.config.ts index 80fe7d4..5a4783f 100644 --- a/apps/website/astro.config.ts +++ b/apps/website/astro.config.ts @@ -23,5 +23,8 @@ export default defineConfig({ "~": path.resolve(__dirname, "./src"), }, }, + ssr: { + external: ["node:path"], + }, }, });