mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
html language
This commit is contained in:
parent
678a16b3fa
commit
a93d09feb8
3 changed files with 31 additions and 18 deletions
|
@ -1,22 +1,9 @@
|
|||
import 'styles/globals.scss'
|
||||
import Head from 'next/head'
|
||||
|
||||
import { AppProps } from 'next/app'
|
||||
|
||||
export default function({ Component, pageProps }: AppProps) {
|
||||
return(
|
||||
<>
|
||||
<Head>
|
||||
<link rel='preconnect' href='https://vitals.vercel-insights.com' />
|
||||
<title>albert</title>
|
||||
<meta name='title' content='albert' />
|
||||
<meta name='og:title' content='albert' />
|
||||
<meta name='description' content='system administrator' />
|
||||
<meta name='og:description' content='system administrator' />
|
||||
<meta name='theme-color' content='#000000' />
|
||||
<meta property='og:image' content='/favicon.ico' />
|
||||
</Head>
|
||||
<Component {...pageProps} />
|
||||
</>
|
||||
return (
|
||||
<Component {...pageProps} />
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue