Skip to content

Commit

Permalink
fix: ignore pinceau routes for pre-rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Jul 6, 2023
1 parent 73d851d commit ec945a6
Show file tree
Hide file tree
Showing 3 changed files with 1,471 additions and 297 deletions.
7 changes: 6 additions & 1 deletion nuxt.config.ts
Expand Up @@ -78,5 +78,10 @@ export default defineNuxtConfig({
},
typescript: {
includeWorkspace: true
}
},
nitro: {
prerender: {
ignore: ['/__pinceau_tokens_config.json', '/__pinceau_tokens_schema.json']
}
},
})
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -29,20 +29,20 @@
"@nuxt-themes/elements": "^0.9.4",
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt/content": "^2.6.0",
"@nuxthq/studio": "^0.13.2",
"@vueuse/core": "^10.1.2",
"@nuxt/content": "^2.7.0",
"@nuxthq/studio": "^0.13.3",
"@vueuse/core": "^10.2.1",
"ufo": "^1.1.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/plausible": "^0.2.1",
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"nuxt": "^3.5.3",
"release-it": "^15.11.0",
"typescript": "^5.1.3",
"vite-plugin-inspect": "^0.7.28",
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"nuxt": "^3.6.2",
"release-it": "^16.0.0",
"typescript": "^5.1.6",
"vite-plugin-inspect": "^0.7.32",
"vue": "^3.3.4"
},
"pnpm": {
Expand Down

0 comments on commit ec945a6

Please sign in to comment.