portfolio_site/src/lib/config.ts
Mihkel Martin Kasterpalu 387b7216a4 Run prettier on all files
2025-01-22 14:25:24 +02:00

13 lines
317 B
TypeScript

import type { GamesObj } from './types';
export const siteName = 'Stuff.Kasterpalu';
export const baseURL = 'https://stuff.kasterpalu.ee';
export const games: GamesObj = {
'/pakubiiti': {
name: 'Paku biiti',
image: '',
description: 'Sorteeri kolme suvalise muusika albumi pealkiri, artistid ja pilt.'
}
};