Skip to content

Commit

Permalink
feat(docs-site): sitewide banner for ontake fork notification (#18111)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Sep 17, 2024
1 parent 51048c2 commit 5ed6c80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/docs-site/src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export const collections = {
description: z
.string()
.max(160, { message: "Must be 160 characters or less." }).optional(),
banner: z.object({ content: z.string() }).default({
content: 'All Hekla Node Runners: Upcoming Ontake fork Sep 20th, 2:00AM UTC, upgrade needed. Click <a href="https://discord.com/channels/984015101017346058/984087180739768331/1284040980084817931">here</a> for more info',
}),
}),
}),
}),
Expand Down

0 comments on commit 5ed6c80

Please sign in to comment.