Big Version Change & Move to Gitea
All checks were successful
Build Check / deploy-coolify (push) Successful in 7s
Build Check / build (push) Successful in 10m23s
Build Check / push-image (push) Successful in 54s

This commit is contained in:
Space-Banane
2026-05-29 20:38:27 +02:00
parent 6cb077afe4
commit bb3e355ef8
7 changed files with 149 additions and 41 deletions

View File

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