import { Html, Head, Main, NextScript } from 'next/document'; import Script from 'next/script'; export default function Document() { return ( {/* beforeInteractive must live in _document (not _app) to guarantee the script runs before any client-side module evaluation. */}