import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: 'export', basePath: '/arcade', assetPrefix: '/arcade' }; export default nextConfig;