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