zpsajst's picture
Initial commit with environment variables for API keys
2398be6
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;