feat: set output configuration to standalone in Next.js config

This commit is contained in:
Najjar\NajjarV02 2026-04-15 10:12:14 +04:00
parent 138e8377a6
commit 2b2198dfcb

View File

@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: 'standalone',
images: { images: {
unoptimized: true, unoptimized: true,
}, },