portfolio/next.config.ts
2026-07-16 18:44:38 +02:00

7 lines
133 B
TypeScript

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