mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 09:40:21 +00:00
Changed static url for images to leifsopplevelser from localhost
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user