Server side render

This commit is contained in:
Morten Olsen
2021-08-25 23:34:06 +02:00
parent 175bdd17e7
commit a1bad1750e
2 changed files with 36 additions and 0 deletions

View File

@@ -1,9 +1,13 @@
import React from 'react';
import Head from 'next/head';
import Me from '../components/Me';
import Social from '../components/Social';
const Frontpage: React.FC<{}> = () => (
<>
<Head>
<title>Morten Olsen</title>
</Head>
<Me />
<Social
sites={[{