GeoQuery / frontend /next.config.ts
GerardCB's picture
Deploy to Spaces (Final Clean)
4851501
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export',
images: {
unoptimized: true,
},
};
export default nextConfig;