Sort games new->old
This commit is contained in:
parent
f1d41e0e33
commit
2d5b42ce30
1 changed files with 5 additions and 5 deletions
|
@ -10,16 +10,16 @@ export const site = {
|
||||||
export const baseURL = 'https://stuff.kasterpalu.ee';
|
export const baseURL = 'https://stuff.kasterpalu.ee';
|
||||||
|
|
||||||
export const games: GamesObj = {
|
export const games: GamesObj = {
|
||||||
'/pakubiiti': {
|
|
||||||
name: 'Paku biiti',
|
|
||||||
image: '',
|
|
||||||
description: 'Sorteeri kolme suvalise muusika albumi pealkiri, artistid ja pilt.'
|
|
||||||
},
|
|
||||||
'/epochalypse': {
|
'/epochalypse': {
|
||||||
name: 'Epochalypse',
|
name: 'Epochalypse',
|
||||||
image: '',
|
image: '',
|
||||||
description: 'Varsti veel üks Y2K. Kui nostalgiline!'
|
description: 'Varsti veel üks Y2K. Kui nostalgiline!'
|
||||||
},
|
},
|
||||||
|
'/pakubiiti': {
|
||||||
|
name: 'Paku biiti',
|
||||||
|
image: '',
|
||||||
|
description: 'Sorteeri kolme suvalise muusika albumi pealkiri, artistid ja pilt.'
|
||||||
|
},
|
||||||
'': {
|
'': {
|
||||||
name: 'Rohkem mänge soon™',
|
name: 'Rohkem mänge soon™',
|
||||||
image: '',
|
image: '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue