Jamjar/next.config.ts
2024-10-22 20:54:44 -04:00

7 lines
133 B
TypeScript

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