Próxima tag de script JS
import Head from "next/head";
// Add this wherever you render your code...
<Head>
<script dangerouslySetInnerHTML={{ __html: `YOUR SCRIPT CODE GOES HERE` }} />
</Head>
GutoTrosla