diff --git a/astro.config.ts b/astro.config.ts index a9c4d0f..91431dc 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -74,10 +74,6 @@ export default defineConfig({ '~': resolve(dirname(fileURLToPath(import.meta.url)), './src'), }, }, - ssr: { - // This should be removed once Starlight's SSR support is released - external: ['node:url', 'node:path', 'node:child_process', 'node:fs'], - }, }, output: 'hybrid', adapter: cloudflare({