Skip to content

Commit

Permalink
feat: disable link checker
Browse files Browse the repository at this point in the history
Currently we cannot use #fragment links and redirects cause issues with the link checker, so lets sack that.
  • Loading branch information
joshuef committed Feb 27, 2024
1 parent a3d5cad commit a405ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a405ac5

Please sign in to comment.