DECEMBER / next.config.ts
Rudert's picture
Upload 8 files
f2ad125 verified
raw
history blame contribute delete
157 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
devIndicators: false,
};
export default nextConfig;