owltide/next.config.ts

8 lines
132 B
TypeScript
Raw Normal View History

2025-02-26 11:53:10 +01:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-02-26 12:05:12 +01:00
/* config options here */
2025-02-26 11:53:10 +01:00
};
export default nextConfig;