update favicon and manifest.json
This commit is contained in:
parent
9ad3cbd091
commit
5aa0d6379d
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 31 KiB |
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"short_name": "Logos Press Engine",
|
||||||
|
"name": "Logos Press Engine",
|
||||||
|
"start_url": "/",
|
||||||
|
"display": "standalone",
|
||||||
|
"theme_color": "#000000",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "./favicon.ico",
|
||||||
|
"sizes": "64x64",
|
||||||
|
"type": "image/icon",
|
||||||
|
"purpose": "any maskable"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -32,7 +32,7 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider theme={isDark ? defaultThemes.dark : defaultThemes.light}>
|
<ThemeProvider theme={isDark ? defaultThemes.dark : defaultThemes.light}>
|
||||||
<Head>
|
<Head>
|
||||||
<title>Acid</title>
|
<title>Logos Press Engine</title>
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
||||||
|
|
Loading…
Reference in New Issue