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

View File

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