Skip to content

Commit

Permalink
fix: build issues due to nuxt content update
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Jan 21, 2025
1 parent 88b61fa commit b32522f
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 379 deletions.
4 changes: 2 additions & 2 deletions app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ export default defineAppConfig({
},
},
},
// Nuxt UI Pro Icons
// Nuxt UI Pro
icons: {
// Icons
dark: 'i-mdi-moon-and-stars',
light: 'i-mdi-weather-sunny',
system: 'i-mdi-computer',
Expand Down Expand Up @@ -151,7 +152,6 @@ export default defineAppConfig({
padding: 'px-2 py-3 sm:px-4',
},
},
// Nuxt UI Pro
dashboard: {
panel: {
content: {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@iconify-json/flagpack": "1.2.2",
"@iconify-json/mdi": "1.2.3",
"@iconify-json/simple-icons": "1.2.21",
"@nuxt/content": "3.0.0",
"@nuxt/content": "2.13.4",
"@nuxt/fonts": "0.10.3",
"@nuxt/ui-pro": "1.7.0",
"@nuxtjs/robots": "5.2.2",
Expand Down Expand Up @@ -127,7 +127,6 @@
"vue-tsc": "2.2.0"
},
"resolutions": {
"@nuxt/ui": "2.21.0",
"@nuxt/kit": "3.15.2"
},
"packageManager": "[email protected]"
Expand Down
Loading

0 comments on commit b32522f

Please sign in to comment.