import { Head, Html, Main, NextScript } from 'next/document'; export default function Document() { return ( <> {/* meta tags - next advised against using _document for this, so they exist in our - single page index.page.tsx */} {/* preload fonts */} {/* icons */} {/* scripts */}