stargaze-studio/config/meta.ts
Arda Nakışçı 20926b8781
Change some texts and tools related things (#34)
* Change some texts and tools related things

* Add favicon and remove unused components
2022-08-10 12:39:39 +03:00

12 lines
255 B
TypeScript

import faviconsJson from './favicons.json'
export const meta = {
name: faviconsJson.appName,
description: faviconsJson.appDescription,
domain: 'stargaze.tools',
url: faviconsJson.developerURL,
twitter: {
username: '@stargazestudio',
},
}