Files
gunbuilder-next-tailwind/next.config.ts

10 lines
146 B
TypeScript
Raw Permalink Normal View History

2025-06-29 05:28:04 -04:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-06-29 09:20:25 -04:00
images: {
2025-06-29 15:58:03 -04:00
remotePatterns: [],
2025-06-29 09:20:25 -04:00
},
2025-06-29 05:28:04 -04:00
};
export default nextConfig;