Files
fullstack-fuware/prisma/data.ts
Sam d49c37848f Change i18n package to paraglideJs
also refactor auth provider
2026-01-07 22:26:48 +07:00

18 lines
402 B
TypeScript

export const settingsData = [
{
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',
},
];