import { Html, Head, Main, NextScript } from 'next/document' export default function Document() { const meta = { title: 'Anthony Berg\'s Portfolio', description: 'My own personal portfolio including for my own projects related to computer science', image: '/images/kgxtunnel.jpg', } return (
{/**/}