web-agency / next.config.mjs
Chaithanya18's picture
Upload 74 files
30eeea4 verified
raw
history blame contribute delete
101 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
};
export default nextConfig;