mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-03-02 08:24:33 +00:00
fix
This commit is contained in:
14
app/config/app.ts
Normal file
14
app/config/app.ts
Normal 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
|
||||
Reference in New Issue
Block a user