bam/next.config.ts
Felix Schulze 7671813560
All checks were successful
Lint / Lint (push) Successful in 43s
fix project settings
2025-03-05 13:11:27 +01:00

8 lines
133 B
TypeScript

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