diff --git a/package.json b/package.json index 3bd5e25..007073f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "doyban", - "version": "2.0.1", + "version": "2.0.2", "private": true, "scripts": { "build": "nuxi build", diff --git a/pages/games/CashNinja.vue b/pages/games/CashNinja.vue index d796a52..63496af 100644 --- a/pages/games/CashNinja.vue +++ b/pages/games/CashNinja.vue @@ -6,11 +6,11 @@ import StoreUrls from '~/interfaces/StoreUrls' const description: string = 'CashNinja is a free and fun game where you get get a lot of cash!' const galleryPictures: GalleryPicture[] = [ - { id: 1, src: 'games/gallery/CashNinja/1.webp' }, - { id: 2, src: 'games/gallery/CashNinja/2.webp' }, - { id: 3, src: 'games/gallery/CashNinja/3.webp' }, - { id: 4, src: 'games/gallery/CashNinja/4.webp' }, - { id: 5, src: 'games/gallery/CashNinja/5.webp' }, + { id: 1, src: 'gallery/CashNinja/1.webp' }, + { id: 2, src: 'gallery/CashNinja/2.webp' }, + { id: 3, src: 'gallery/CashNinja/3.webp' }, + { id: 4, src: 'gallery/CashNinja/4.webp' }, + { id: 5, src: 'gallery/CashNinja/5.webp' }, ] const storeUrls: StoreUrls = { appleAppStore: 'https://apps.apple.com/app/cashninja/id1450304980', diff --git a/pages/games/FlyingPlane.vue b/pages/games/FlyingPlane.vue index b09f533..d6e7f54 100644 --- a/pages/games/FlyingPlane.vue +++ b/pages/games/FlyingPlane.vue @@ -6,11 +6,11 @@ import StoreUrls from '~/interfaces/StoreUrls' const description: string = 'Never-ending mobile game that will keep you on the edge of your seat!' const galleryPictures: GalleryPicture[] = [ - { id: 1, src: 'games/gallery/FlyingPlane/1.webp' }, - { id: 2, src: 'games/gallery/FlyingPlane/2.webp' }, - { id: 3, src: 'games/gallery/FlyingPlane/3.webp' }, - { id: 4, src: 'games/gallery/FlyingPlane/4.webp' }, - { id: 5, src: 'games/gallery/FlyingPlane/5.webp' }, + { id: 1, src: 'gallery/FlyingPlane/1.webp' }, + { id: 2, src: 'gallery/FlyingPlane/2.webp' }, + { id: 3, src: 'gallery/FlyingPlane/3.webp' }, + { id: 4, src: 'gallery/FlyingPlane/4.webp' }, + { id: 5, src: 'gallery/FlyingPlane/5.webp' }, ] const storeUrls: StoreUrls = { appleAppStore: 'https://apps.apple.com/app/flyyingplane/id6470124867', diff --git a/pages/games/GalacticShooter.vue b/pages/games/GalacticShooter.vue index 704b039..ed8e188 100644 --- a/pages/games/GalacticShooter.vue +++ b/pages/games/GalacticShooter.vue @@ -6,11 +6,11 @@ import StoreUrls from '~/interfaces/StoreUrls' const description: string = 'Action-packed shooter game set in the vast expanse of space.' const galleryPictures: GalleryPicture[] = [ - { id: 1, src: 'games/gallery/GalacticShooter/1.webp' }, - { id: 2, src: 'games/gallery/GalacticShooter/2.webp' }, - { id: 3, src: 'games/gallery/GalacticShooter/3.webp' }, - { id: 4, src: 'games/gallery/GalacticShooter/4.webp' }, - { id: 5, src: 'games/gallery/GalacticShooter/5.webp' }, + { id: 1, src: 'gallery/GalacticShooter/1.webp' }, + { id: 2, src: 'gallery/GalacticShooter/2.webp' }, + { id: 3, src: 'gallery/GalacticShooter/3.webp' }, + { id: 4, src: 'gallery/GalacticShooter/4.webp' }, + { id: 5, src: 'gallery/GalacticShooter/5.webp' }, ] const storeUrls: StoreUrls = { appleAppStore: 'https://apps.apple.com/app/flyyingplane/id6470124867', // TODO: Replace when published.