Files
general-support-template/next.config.ts
2026-01-16 00:26:15 -05:00

8 lines
133 B
TypeScript

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