diff --git a/components/GiftCard.vue b/components/GiftCard.vue index ff5b7ab..8ee10a8 100644 --- a/components/GiftCard.vue +++ b/components/GiftCard.vue @@ -107,7 +107,7 @@ const sendReservation = (id, reserve, name) => { v-if="item.photo" format="avif,webp" class="gift__photo" - :src="`http://localhost:8055/assets/${item.photo.id}?width=200&height=200&fit=inside`" + :src="`https://contenu.liste-bebe-macia-capde.fr/assets/${item.photo.id}?width=200&height=200&fit=inside`" loading="lazy" width="200" height="200" diff --git a/nuxt.config.ts b/nuxt.config.ts index c627545..1ed067f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -15,8 +15,6 @@ export default defineNuxtConfig({ css: ["@/assets/css/style.css"], modules: ["nuxt-graphql-client", "@nuxt/image"], - runtimeConfig: { public: { GQL_HOST: "http://0.0.0.0:8055/graphql" } }, - image: { dir: "assets/images", domains: ["http://0.0.0.0:8055"],