import Script from 'next/script' /** * Missing: options for script strategies * https://nextjs.org/docs/basic-features/script */ function ScriptTest() { return (

Handling Scripts

Read Docs

The Next.js Script component, next/script, is an extension of the HTML script element. It enables developers to set the loading priority of third-party scripts anywhere in their application without needing to append directly to next/head, saving developer time while improving loading performance.

There should be fake google tag manager scripts on this page that were loaded using Script