booth-pic-api / frontend /next.config.ts
github-actions
Deploy to HF (clean history with LFS)
e666301
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;