This commit is contained in:
HugeFrog24
2025-01-15 04:47:14 +01:00
parent d438ee3e4f
commit 1edd996336
4 changed files with 88 additions and 4 deletions

14
app/config/app.ts Normal file
View File

@@ -0,0 +1,14 @@
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