/* eslint-disable react/no-invalid-html-attribute */ import { Html, Head, Main, NextScript } from "next/document"; /** * Assets generated by ./generate-icons.sh script */ function IconAssets() { return ( <> {/* Dark mode section */} ); } export default function Document() { return (
); }