mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
@@ -1,8 +1,8 @@
|
|||||||
|
import { AppProps } from 'next/app';
|
||||||
|
import { Analytics } from '@vercel/analytics/react';
|
||||||
import 'styles/globals.scss';
|
import 'styles/globals.scss';
|
||||||
import Head from 'next/head';
|
import Head from 'next/head';
|
||||||
|
|
||||||
import { AppProps } from 'next/app';
|
|
||||||
|
|
||||||
export default function App({ Component, pageProps }: AppProps) {
|
export default function App({ Component, pageProps }: AppProps) {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
@@ -10,6 +10,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
|||||||
<title>albert</title>
|
<title>albert</title>
|
||||||
</Head>
|
</Head>
|
||||||
<Component {...pageProps} />
|
<Component {...pageProps} />
|
||||||
|
<Analytics />
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user