Add runtime locale diagnostics
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-15 08:30:10 +01:00
parent 1cd907b2fb
commit 4da093bb24
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -10,6 +10,11 @@ export async function GET() {
getMaintenanceMode(),
]);
console.info("api:site:default-locale", {
defaultLocale: settings.defaultLocale,
maintenanceEnabled,
});
return NextResponse.json(
{
defaultLocale: settings.defaultLocale,