Files
XRLMS/next.config.ts
2025-11-06 16:42:55 +09:00

10 lines
146 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
images: {
unoptimized: false,
},
};
export default nextConfig;