From a405ac5fda83683e2cf49d46944839f02a6e4f96 Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 27 Feb 2024 17:13:39 +0100 Subject: [PATCH] feat: disable link checker Currently we cannot use #fragment links and redirects cause issues with the link checker, so lets sack that. --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 6aad57fb..5a0df52c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,8 +2,8 @@ from = "/timeline/" to = "/roadmap/" - [[plugins]] -package = "netlify-plugin-checklinks" +# [[plugins]] +# package = "netlify-plugin-checklinks" [plugins.inputs] # An array of glob patterns for pages on your site