Files
fly-personal-site/next.config.ts
T
2026-06-09 11:06:46 +08:00

8 lines
125 B
TypeScript

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