Changed static url for images to leifsopplevelser from localhost

This commit is contained in:
2019-03-03 22:22:15 +01:00
parent d205a348ad
commit 8b336542e4

View File

@@ -58,7 +58,7 @@ export default {
images.forEach(image => { images.forEach(image => {
this.gallery.push({ this.gallery.push({
type: 'image', type: 'image',
url: 'http://localhost:5000/images/' + image.filename url: 'https://leifsopplevelser.no/images/' + image.filename
}) })
}) })
}) })