Skip to content

Commit

Permalink
fix: disable prerender
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 11, 2024
1 parent cb3552c commit 2218b0a
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 765 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dist
.output
.vinxi
.wrangler
.dev.vars
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default defineConfig({
preset: 'cloudflare_module',
rollupConfig: {
external: ['__STATIC_CONTENT_MANIFEST', 'node:async_hooks']
},
prerender: {
crawlLinks: true
}
// prerender: {
// crawlLinks: true
// }
},
vite: {
optimizeDeps: {
Expand Down
Loading

0 comments on commit 2218b0a

Please sign in to comment.