woedii/next.config.ts
Yussif Yahuza a2a9bb9b18 Init
2025-04-28 00:47:36 +00:00

8 lines
133 B
TypeScript

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