Files
the-bias-times/next.config.ts
2026-06-17 00:26:22 +00:00

8 lines
133 B
TypeScript

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