Add hostname details to env, for opengraph

This commit is contained in:
2026-01-04 13:37:14 +00:00
parent 31522acd04
commit cabd0567f7
2 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,7 @@ const serverSchema = z.object({
// System hostname for permalinks (mandatory)
HOSTNAME: z.string().min(1),
PROTO: z.string().startsWith("http"),
});
function formatErrors(errors: z.ZodFormattedError<Map<string, string>, string>) {