From 344c8862c3d3184b11e9e164d26bfebf67601127 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 24 Jul 2022 05:42:22 -0400 Subject: [PATCH] Update netlify.toml Signed-off-by: Tommy --- netlify.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e0c9c83..381c51e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,4 +25,11 @@ package = "netlify-plugin-checklinks" # You can mark some check as skipped, which will block checklinks # from ever attempting to execute them. # skipPatterns is an array of strings you can match against failing reports - skipPatterns = [public/index.html, public/about/index.html, public/code/index.html, public/privacy/index.html, public/donate/index.html, public/404.html] + skipPatterns = [ + "public/index.html", + "public/about/index.html", + "public/code/index.html", + "public/privacy/index.html", + "public/donate/index.html", + "public/404.html", + ]