From 8735da67343a850bd810cc579e0996a1296578a9 Mon Sep 17 00:00:00 2001 From: Richard Alves <54530477+richarddalves@users.noreply.github.com> Date: Mon, 10 Nov 2025 10:38:13 -0300 Subject: [PATCH] fix typo --- blog/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 1f6f1f22..97f627b5 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -34,7 +34,7 @@ skip_anchor_prefixes = [ "https://", ] -# reat external link issues as warnings instead of build errors +# Treat external link issues as warnings instead of build errors external_level = "warn"