DeeperGaze / archive /frontend /next.config.ts
Alleinzellgaenger's picture
First setup
fe79d9c
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;