Files
fullstack-fuware/prisma/data.ts
Sam a4e96fe045 - added settings page and function
- add Role Ring for avatar and display role for user nav
2026-01-06 21:37:53 +07:00

23 lines
499 B
TypeScript

export const settingsData = [
{
key: 'site_language',
value: 'en',
description: 'The language of the site',
},
{
key: 'site_name',
value: 'Fuware',
description: 'The name of the site',
},
{
key: 'site_description',
value: 'Fuware is a platform for creating and sharing stories',
description: 'The description of the site',
},
{
key: 'site_keywords',
value: 'story, line, share, stories',
description: 'The keywords of the site',
},
];