/** @type {import('next').NextConfig} */ const nextConfig = { basePath: '/react', assetPrefix: 'https://interstellardevelopment.org/react', }; export default nextConfig;