Files
tksm-ndy-mc-proj-web/next.config.ts

9 lines
148 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "export",
trailingSlash: true,
};
export default nextConfig;