modificato il file next.config.mjs

This commit is contained in:
AV77web 2026-05-25 11:31:47 +02:00
parent 6244893dcd
commit 3f77a3bff2

View file

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "standalone",
};
export default nextConfig;