# NextJS Page Router Guide ## As a script tag Add the script tag to your `pages/_document` Refer to the [CDN Guide](https://github.com/aidenybai/react-scan/blob/main/docs/installation/cdn.md) for the available URLs. ```jsx // pages/_document import { Html, Head, Main, NextScript } from "next/document"; export default function Document() { return (