Skip to content

Commit

Permalink
fix: ignore pinceau routes to avoid failing generate
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 6, 2023
1 parent cda57f8 commit 6380f28
Show file tree
Hide file tree
Showing 3 changed files with 996 additions and 562 deletions.
7 changes: 6 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@ export default defineNuxtConfig({
},
experimental: {
inlineSSRStyles: false
}
},
nitro: {
prerender: {
ignore: ['/__pinceau_tokens_config.json', '/__pinceau_tokens_schema.json']
}
},
})
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@
"tailwind.config.ts"
],
"dependencies": {
"@nuxt-themes/elements": "^0.9.4",
"@nuxt-themes/tokens": "^1.9.1",
"@nuxt-themes/typography": "^0.11.0",
"@nuxt-themes/elements": "^1.0.4",
"@nuxt-themes/tokens": "^2.0.1",
"@nuxt-themes/typography": "^1.0.0",
"@nuxt/content": "^2.7.0",
"@nuxthq/studio": "^0.13.2",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.7.2",
"nuxt-icon": "^0.4.1"
"@nuxthq/studio": "^0.13.3",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"nuxt-icon": "^0.4.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@types/node": "^20.2.5",
"eslint": "^8.42.0",
"nuxt": "^3.5.3",
"release-it": "^15.11.0",
"typescript": "^5.1.3"
"@types/node": "^20.4.0",
"eslint": "^8.44.0",
"nuxt": "^3.6.2",
"release-it": "^16.0.0",
"typescript": "^5.1.6"
},
"release-it": {
"git": {
Expand Down
Loading

0 comments on commit 6380f28

Please sign in to comment.