Compare commits

..

No commits in common. "5099c968c0e641272ca7e898012eb461678102e3" and "b8bc28b3b1f9756cafe82d20ac2343906db5883d" have entirely different histories.

View File

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