fix: basePath=/mobile, Traefik health check, DB perms, demo email fix, login UI text bump

This commit is contained in:
root
2026-06-15 11:32:14 +02:00
parent 8f0ff9d47a
commit 15300d3e42
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
basePath: "/mobile",
assetPrefix: "/mobile",
typescript: {
ignoreBuildErrors: true,
},