imnya.ng/next.config.ts
2024-11-24 23:50:41 +09:00

7 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;