Skip to content

Commit

Permalink
update astro config (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderniebuhr authored Sep 8, 2024
1 parent 666f7e4 commit 1db2c63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 1db2c63

Please sign in to comment.