test / notme /next.config.ts
dcrey7's picture
Upload 522 files
811126d verified
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;