Skip to content

Commit 9343044

Browse files
committed
Ignore /_routes during pre-render (fixes windows build error)
1 parent 11854f1 commit 9343044

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ export default defineNuxtConfig({
130130
'/product/pricing',
131131
'/settings',
132132
],
133+
ignore: [
134+
'/_routes',
135+
],
133136
},
134137
routeRules: {
135138
'/emulator/auth/**': {

0 commit comments

Comments
 (0)