Skip to content

Commit

Permalink
chore: fix local developement
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 15, 2023
1 parent b4c39e2 commit 924791d
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 310 deletions.
11 changes: 7 additions & 4 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineNuxtConfig({
'@nuxtjs/google-fonts',
'@nuxtjs/plausible',
'nuxt-og-image',
// ...(process.env.CI ? [] : ['../local']),
...(process.env.CI ? [] : ['../local']),
],

colorMode: {
Expand Down Expand Up @@ -57,7 +57,10 @@ export default defineNuxtConfig({
},
},

devtools: {
enabled: true,
},
// devtools: {
// enabled: true,
// componentInspector: {
// cleanHtml: false,
// },
// },
})
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@iconify-json/ph": "^1.1.6",
"@iconify-json/simple-icons": "^1.1.74",
"@nuxt/content": "^2.8.5",
"@nuxt/devtools": "1.0.0-beta.2",
"@nuxt/image": "1.0.0-rc.3",
"@nuxt/ui-pro": "^0.2.1",
"@nuxthq/studio": "^1.0.1",
Expand Down
Loading

0 comments on commit 924791d

Please sign in to comment.