Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 13544a4

Browse files
committedNov 1, 2024·
chore: bump nuxt version
1 parent 9155395 commit 13544a4

File tree

4 files changed

+16
-1374
lines changed

4 files changed

+16
-1374
lines changed
 

‎demo/nuxt/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ export default defineNuxtConfig({
77
},
88
},
99
modules: ["@nuxt/devtools", ["vue3-notion/nuxt", { css: true }]],
10+
routeRules:{
11+
'**': { swr: 120 } // every 2 * 60 seconds
12+
}
1013
});

‎demo/nuxt/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
},
1212
"dependencies": {
1313
"notion-client": "^6.15.6",
14-
"nuxt": "^3.4.3",
14+
"nuxt": "^3.13.2",
1515
"vue3-notion": "^0.1.44"
16-
},
17-
"devDependencies": {
18-
"@nuxt/devtools": "^0.4.6"
1916
}
2017
}

‎demo/nuxt/pnpm-lock.yaml

Lines changed: 12 additions & 1367 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎demo/nuxt/server/middleware/swr.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.