Revert "Revert "PR v2.0.7""

This commit is contained in:
PxlLoewe
2026-01-15 23:45:06 +01:00
parent c254cd0774
commit 15118cac66
63 changed files with 1755 additions and 1015 deletions

View File

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