wawa
All checks were successful
Build Full Stack / release-image (push) Successful in 3m25s

This commit is contained in:
2024-12-22 01:54:37 +01:00
parent 7057f0e04a
commit a0dde77659
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone'
};
export default nextConfig;