Add hostname details to env, for opengraph
This commit is contained in:
@@ -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>) {
|
||||
|
||||
Reference in New Issue
Block a user