CoolFace
Apppublic

Kalletlamadhav/sql_optimized_env_new

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
next.config.mjs7 linesDownload Raw Back to frontend
1/** @type {import('next').NextConfig} */2const nextConfig = {3  output: 'export',4  trailingSlash: true,5  images: { unoptimized: true },6}7export default nextConfig