mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
🔥
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import { AppProps } from 'next/app'
|
||||
import Head from 'next/head'
|
||||
import 'styles/globals.scss'
|
||||
|
||||
const MyApp = ({ Component, pageProps }: AppProps) => {
|
||||
<Head>
|
||||
<title>albert</title>
|
||||
</Head>
|
||||
return <Component {...pageProps} />
|
||||
}
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
import { GetServerSideProps } from 'next'
|
||||
import Head from 'next/head'
|
||||
import FadeIn from 'react-fade-in'
|
||||
import Body from 'components/Body'
|
||||
import Icon from 'components/Icon'
|
||||
@@ -17,6 +18,9 @@ const Time = dynamic(() => import('components/Time'), {
|
||||
const Home = ({data}: any) => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>albert</title>
|
||||
</Head>
|
||||
<Body>
|
||||
<FadeIn>
|
||||
<MainLayout />
|
||||
|
Reference in New Issue
Block a user