diff --git a/vocs.config.ts b/vocs.config.ts index 6ba20d90..90114a1d 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -9,7 +9,7 @@ const baseUrl = (() => { export default defineConfig({ changelog: Changelog.github({ prereleases: true, repo: 'tempoxyz/tempo' }), - checkDeadlinks: false, + checkDeadlinks: true, title: 'Tempo', titleTemplate: '%s ⋅ Tempo', description: 'Documentation for the Tempo network and protocol specifications',