Add nuxt-image and remove old image directory
|
@ -6,3 +6,5 @@
|
||||||
|
|
||||||
.gitignore
|
.gitignore
|
||||||
README.md
|
README.md
|
||||||
|
|
||||||
|
.stylelintcache
|
||||||
|
|
Before Width: | Height: | Size: 536 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 738 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 139 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 18 KiB |
|
@ -106,6 +106,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
modules: [
|
modules: [
|
||||||
'@pinia/nuxt',
|
'@pinia/nuxt',
|
||||||
|
'@nuxt/image',
|
||||||
'@nuxt/content',
|
'@nuxt/content',
|
||||||
'@nuxtjs/seo',
|
'@nuxtjs/seo',
|
||||||
'@nuxtjs/google-fonts',
|
'@nuxtjs/google-fonts',
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
"@nuxt/content": "^2.12.1",
|
"@nuxt/content": "^2.12.1",
|
||||||
"@nuxt/devtools": "^1.3.3",
|
"@nuxt/devtools": "^1.3.3",
|
||||||
"@nuxt/eslint": "^0.3.13",
|
"@nuxt/eslint": "^0.3.13",
|
||||||
|
"@nuxt/image": "^1.8.1",
|
||||||
"@nuxt/types": "^2.17.3",
|
"@nuxt/types": "^2.17.3",
|
||||||
"@nuxtjs/color-mode": "^3.4.1",
|
"@nuxtjs/color-mode": "^3.4.1",
|
||||||
"@nuxtjs/google-fonts": "^3.2.0",
|
"@nuxtjs/google-fonts": "^3.2.0",
|
||||||
|
|