From e986bc1a85605aec5be38106d20a3d571d981645 Mon Sep 17 00:00:00 2001 From: tmm Date: Wed, 28 Jan 2026 15:41:01 -0500 Subject: [PATCH] chore: checkDeadlinks --- vocs.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',