Files
baronessv2/next.config.ts
sebivh 09bce907ba init
2025-09-21 00:55:20 +02:00

8 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;