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