diff --git a/app.vue b/app.vue
index 5ca5d09..23ffc7b 100644
--- a/app.vue
+++ b/app.vue
@@ -66,7 +66,7 @@ async function runMutation(payload) {
{
v-if="item.photo"
format="avif,webp"
class="gift__photo"
- :src="`https://contenu.liste-bebe-macia-capde.fr/assets/${item.photo.id}?width=200&height=200&fit=inside`"
+ :src="`https://admin.habillerbebe.liliste.fr/assets/${item.photo.id}?width=200&height=200&fit=inside`"
loading="lazy"
width="200"
height="200"
diff --git a/package.json b/package.json
index 0375e9e..408cbe8 100644
--- a/package.json
+++ b/package.json
@@ -11,13 +11,13 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
- "@nuxt/image": "npm:@nuxt/image-edge@latest",
- "nuxt": "^3.8.0",
+ "@nuxt/image": "npm:@nuxt/image-nightly@latest",
+ "nuxt": "^3.10.3",
"postcss-import-ext-glob": "^2.1.1",
- "vue": "^3.3.7",
- "vue-router": "^4.2.5"
+ "vue": "^3.4.21",
+ "vue-router": "^4.3.0"
},
"dependencies": {
- "nuxt-graphql-client": "^0.2.31"
+ "nuxt-graphql-client": "^0.2.33"
}
}