portal / next.config.ts
김민용
Initial commit from Create Next App
c1ac65c
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;