fix: update config

This commit is contained in:
Oleg Proskurin 2025-10-26 19:28:31 +07:00
parent a397de80e9
commit a7dc96d1a5
1 changed files with 1 additions and 1 deletions

View File

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