This commit is contained in:
Николай Полтщук 2025-01-28 16:09:09 +03:00
parent 5fb5a3d1cc
commit 79e7a52fca

View File

@ -1,13 +1,10 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export'
};
module.exports = {
output: 'export',
images: {
unoptimized: true,
},
};
export default nextConfig;
export default nextConfig;