import dynamic from 'next/dynamic'; const ServerSidePage = dynamic(() => import('@/pages/ssr'), { ssr: false }); function Detail({}) { return (