clipviral / next.config.ts
baimkita's picture
Deploy ClipViral - AI-powered YouTube Shorts generator
79d35a4
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;