diff --git a/apps/website/astro.config.ts b/apps/website/astro.config.ts index 5a4783f..f81ac21 100644 --- a/apps/website/astro.config.ts +++ b/apps/website/astro.config.ts @@ -24,7 +24,7 @@ export default defineConfig({ }, }, ssr: { - external: ["node:path"], + external: ["node:path", "path"], }, }, });