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