Spaces:
Configuration error
Configuration error
import { Html, Head, Main, NextScript } from 'next/document'; | |
import Script from 'next/script'; | |
export default function Document() { | |
return ( | |
<Html lang="en"> | |
<Head> | |
<title>Horizon AI Template Free</title> | |
</Head> | |
<body suppressHydrationWarning={true}> | |
<Main /> | |
<NextScript /> | |
</body> | |
</Html> | |
); | |
} | |