Skip to content

Commit e9b622d

Browse files
authored
Merge pull request #388 from tanamoe/catou/disable-swr-on-title
fix: disable swr on title routes
2 parents a896763 + 81eccc4 commit e9b622d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default defineNuxtConfig({
4545
routeRules: {
4646
"/": { swr: 10800 },
4747
"/calendar": { swr: 10800 },
48-
"/title/**": { swr: 10800 },
48+
// "/title/**": { swr: 10800 },
4949
// "/library/*": { ssr: false },
5050
},
5151

0 commit comments

Comments
 (0)