import Head from 'next/head' import dynamic from 'next/dynamic' // Dynamically import the chess app to avoid SSR issues with Pusher const ChessApp = dynamic(() => import('../components/ChessApp'), { ssr: false, loading: () => (