mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
Server side render
This commit is contained in:
@@ -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={[{
|
||||
|
||||
Reference in New Issue
Block a user