Skip to content

Commit

Permalink
chore: add @nuxt/image dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Sep 25, 2024
1 parent 897494a commit f88ce53
Show file tree
Hide file tree
Showing 3 changed files with 807 additions and 321 deletions.
8 changes: 1 addition & 7 deletions apps/docs/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
export default defineNuxtConfig({
extends: ['@nuxt/ui-pro'],

modules: [
'@nuxt/ui',
'@vueuse/nuxt',
'nuxt-og-image',
'nuxt-link-checker',
'@nuxt/content',
],
modules: ['@nuxt/ui', '@vueuse/nuxt', 'nuxt-og-image', 'nuxt-link-checker', '@nuxt/content', '@nuxt/image'],

app: {
baseURL: '/client',
Expand Down
1 change: 1 addition & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@iconify-json/vscode-icons": "^1.2.2",
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/image": "^1.8.0",
"@nuxtjs/fontaine": "^0.4.3",
"@streamerbot/client": "workspace:^",
"@vueuse/nuxt": "^10.11.1",
Expand Down
Loading

0 comments on commit f88ce53

Please sign in to comment.