wsb-bot / WSW /next.config.ts
APRK01
Configure cloud database and production pages
c35213b
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;