fix download link

This commit is contained in:
2025-10-20 18:31:29 +03:00
parent df60aaa7a1
commit 4d89745a57

View File

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