Skip to content

Commit cb586a3

Browse files
committed
test: check og logic without global rule
1 parent 704987b commit cb586a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default defineNuxtConfig({
8686
routeRules: {
8787
'/': { prerender: true },
8888
'/opensearch.xml': { isr: true },
89-
'/**': { isr: getISRConfig(60, true) },
89+
// '/**': { isr: getISRConfig(60, true) },
9090
'/api/**': { isr: 60 },
9191
'/200.html': { prerender: true },
9292
'/package/**': { isr: getISRConfig(60, true) },

0 commit comments

Comments
 (0)