diff --git a/src/components/Gallery.vue b/src/components/Gallery.vue index 430e52f..6c31693 100644 --- a/src/components/Gallery.vue +++ b/src/components/Gallery.vue @@ -58,7 +58,7 @@ export default { images.forEach(image => { this.gallery.push({ type: 'image', - url: 'http://localhost:5000/images/' + image.filename + url: 'https://leifsopplevelser.no/images/' + image.filename }) }) })