novita-anysite / next.config.ts
viktor
feat. improve ui
869a182
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;