rmesh-online/next.config.ts

9 lines
151 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
basePath: "/rmesh",
};
export default nextConfig;