diff --git a/src/schemas/miscSchema.ts b/src/schemas/miscSchema.ts index 3277656..af6f907 100644 --- a/src/schemas/miscSchema.ts +++ b/src/schemas/miscSchema.ts @@ -29,4 +29,4 @@ export type ErrorDTO = { // Used to check against reserved names. export const disallowedUriSchema = z .string() - .regex(/^(about|assets|healthcheck|kttydocs|panel)/); + .regex(/^(about|assets|healthcheck|kttydocs|panel|robots\.txt)/);