20926b8781
* Change some texts and tools related things * Add favicon and remove unused components
12 lines
255 B
TypeScript
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',
|
|
},
|
|
}
|