Skip to content

Commit

Permalink
chore: cf deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Nov 11, 2024
1 parent 66f9dce commit 0fad046
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ import tailwindcss from 'tailwindcss'
import { config } from 'vinxi/plugins/config'

export default defineConfig({
appRoot: 'src',
appRoot: './src',
islands: false,
server: {
preset: 'cloudflare-pages',
preset: 'cloudflare_module',
rollupConfig: {
external: ['node:async_hooks']
},
prerender: {
crawlLinks: true
external: ['__STATIC_CONTENT_MANIFEST', 'node:async_hooks']
}
// prerender: {
// crawlLinks: true
// }
},
vite: {
optimizeDeps: {
Expand Down

0 comments on commit 0fad046

Please sign in to comment.