Skip to content

Commit

Permalink
Remove cache on a route that wasn't supposed to be cached
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSmith0905 committed Feb 4, 2024
1 parent 86ffbae commit 559a0ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playground-refresh/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export default defineNuxtConfig({
}
},
routeRules: {
'/': {
swr: 86400000
},
'/with-caching': {
swr: 86400000,
auth: {
Expand Down

0 comments on commit 559a0ae

Please sign in to comment.