vika-server / next.config.ts
brestok's picture
Initial commit from Create Next App
efe8bfe
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;