Skip to content

Commit

Permalink
feat(slideshow): add images
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dünkelmann <[email protected]>
  • Loading branch information
MartinX3 committed Mar 12, 2023
1 parent 86727e6 commit 78ca4b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/store/index/Slideshow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export const useSlideshowStore = defineStore('slideshow', {
.setId('6236709d-d210-4301-a3ac-90fbf57b2cdb')
.setImageUrl('content.rtc-koeln.de/pages/index/slideshow/signal-2023-02-05-092407_003.jpeg')
.build(),
new GalleryEntryBuilder().setId('167f8e77-b02a-4822-bbcb-b643a5a220bc').setImageUrl('content.rtc-koeln.de/pages/index/slideshow/IMG_0936.JPG').build(),
new GalleryEntryBuilder().setId('4c006505-9c4c-457e-ac87-028a7f50bbca').setImageUrl('content.rtc-koeln.de/pages/index/slideshow/IMG_0923.JPG').build(),
new GalleryEntryBuilder().setId('74ba44f1-cabb-4506-a72b-381d71ed3d1d').setImageUrl('content.rtc-koeln.de/pages/index/slideshow/IMG_0909.JPG').build(),
],
}),
})

0 comments on commit 78ca4b4

Please sign in to comment.