trailingslash and out folder generate code updated

This commit is contained in:
Alaguraj0361 2025-08-29 15:46:59 +05:30
parent 230e8541e2
commit 51bbab7a28

View File

@ -1,4 +1,10 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = {} const nextConfig = {
output: "export",
trailingSlash: true,
images: {
unoptimized: true,
},
};
module.exports = nextConfig export default nextConfig;