feat: add favicon + title
This commit is contained in:
@@ -9,28 +9,16 @@ export default function App({ Component }: PageProps) {
|
||||
<>
|
||||
<Head>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="/favicon-16x16.png"
|
||||
href="/favicon.png"
|
||||
/>
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#141218" />
|
||||
<style>{globalCss}</style>
|
||||
<title>app</title>
|
||||
<title>Memorium</title>
|
||||
</Head>
|
||||
<Component />
|
||||
<script src="/thumbnails.js" type="module" async defer />
|
||||
|
||||
Reference in New Issue
Block a user