Skip to content

Commit

Permalink
chore: fix vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 1, 2024
1 parent c04489d commit 8c8438c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default defineNuxtConfig({
},
modules: ["@nuxt/devtools", ["vue3-notion/nuxt", { css: true }]],
routeRules:{
'**': { swr: 120 } // every 2 * 60 seconds
'**': { isr: 120 } // every 2 * 60 seconds
}
});
1 change: 1 addition & 0 deletions demo/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "nuxt3-notion",
"version": "0.0.1",
"type": "module",
"description": "Nuxt 3 Notion Renderer.",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 8c8438c

Please sign in to comment.