From 5772007454cc6352bfecef3506c77f69fbbefe0f Mon Sep 17 00:00:00 2001 From: night0721 Date: Thu, 14 Mar 2024 01:02:04 +0000 Subject: [PATCH] fix fetch json error --- config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.toml b/config.toml index 2e01370..272ce6d 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,8 @@ baseURL = "https://night0721.xyz/" title = "Oscar Fu" +ignoreErrors = ["error-remote-getjson"] + [permalinks] post = "/blog/:slug"