update favicon and manifest.json

This commit is contained in:
jinhojang6 2023-05-14 21:39:17 +09:00 committed by Jinho Jang
parent 9ad3cbd091
commit 5aa0d6379d
3 changed files with 17 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 31 KiB

16
public/manifest.json Normal file
View File

@ -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"
}
]
}

View File

@ -32,7 +32,7 @@ export default function App({ Component, pageProps }: AppLayoutProps) {
return (
<ThemeProvider theme={isDark ? defaultThemes.dark : defaultThemes.light}>
<Head>
<title>Acid</title>
<title>Logos Press Engine</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"