fix SPA prerender build
This commit is contained in:
@ -13,9 +13,9 @@ const config = defineConfig({
|
||||
resolve: { tsconfigPaths: true },
|
||||
plugins: [
|
||||
devtools(),
|
||||
tanstackStart({ spa: { enabled: true } }),
|
||||
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
|
||||
tailwindcss(),
|
||||
tanstackStart({ spa: { enabled: true } }),
|
||||
viteReact(),
|
||||
],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user