Skip to content

Commit

Permalink
fix: add format for subdomain field (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuniper authored Jan 23, 2025
1 parent d2e6083 commit aed32b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/sites/_internal/SiteSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const getSiteSchema = (siteId: string) =>
properties: {
subdomain: {
type: "string",
format: "slug" as any,
},
},
},
Expand Down

0 comments on commit aed32b0

Please sign in to comment.