Files
shakethefrog/app/config/app.ts
HugeFrog24 1edd996336 fix
2025-01-15 04:47:14 +01:00

14 lines
332 B
TypeScript

export const appConfig = {
name: 'Shake the Frog',
description: 'A fun interactive frog that reacts to shaking!',
url: 'https://shakethefrog.vercel.app',
assets: {
favicon: '/images/frog.svg',
ogImage: {
width: 1200,
height: 630,
bgColor: '#f0fdf4',
textColor: '#374151'
}
}
} as const