import { Html, Head, Main, NextScript } from 'next/document'; export default function Document() { return (
This is a replica to the awesome{' '} data.fivethirtyeight.com {' '} website. {' '} Read more here

FiveThirtyEight FiveThirtyEight{' '} tribute by PortalJS

Built with 🌀PortalJS
Github
); }