buildy / next.config.ts
victor's picture
victor HF Staff
hi
5371df8
raw
history blame contribute delete
125 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "export",
};
export default nextConfig;