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