Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ const baseUrl = (() => {
})()

export default defineConfig({
banner: {
dismissable: false,
backgroundColor: '#5B4CDB',
content: 'Tempo Mainnet is live. [Read our announcement.](https://tempo.xyz/blog/mainnet) →',
height: '40px',
textColor: 'white',
},
// banner: {
// dismissable: false,
// backgroundColor: '#5B4CDB',
// content: 'Your announcement here. [Learn more.](https://tempo.xyz) →',
// height: '40px',
// textColor: 'white',
// },
changelog: Changelog.github({ prereleases: true, repo: 'tempoxyz/tempo' }),
// TODO: Set back to true once tempoxyz/tempo#tip-1011 dead link is fixed
checkDeadlinks: 'warn',
Expand Down
Loading