import { NextPage } from "next"; import React, { useEffect } from "react"; const Recursion: NextPage = () => { useEffect(() => { if (typeof window !== "undefined") { window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ"; } }, []); return (