HF_QR_Gen / next.config.ts
Reubencf's picture
Initial commit from Create Next App
bc774a3
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;