website-builde / next.config.ts
Daviddolor's picture
Initial commit from Create Next App
0787d79
Raw
History Blame Contribute Delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;