mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 01:30:22 +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 => {
|
||||
this.gallery.push({
|
||||
type: 'image',
|
||||
url: 'http://localhost:5000/images/' + image.filename
|
||||
url: 'https://leifsopplevelser.no/images/' + image.filename
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user