Skip to content

Commit

Permalink
chore: bump nuxt version
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 1, 2024
1 parent 9155395 commit 13544a4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1,374 deletions.
3 changes: 3 additions & 0 deletions demo/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ export default defineNuxtConfig({
},
},
modules: ["@nuxt/devtools", ["vue3-notion/nuxt", { css: true }]],
routeRules:{
'**': { swr: 120 } // every 2 * 60 seconds
}
});
5 changes: 1 addition & 4 deletions demo/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
},
"dependencies": {
"notion-client": "^6.15.6",
"nuxt": "^3.4.3",
"nuxt": "^3.13.2",
"vue3-notion": "^0.1.44"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.6"
}
}
Loading

0 comments on commit 13544a4

Please sign in to comment.