From 7942dc65b841e435168ff8ca9558e1a2a50766b5 Mon Sep 17 00:00:00 2001 From: wood chen <95951386+woodchen-ink@users.noreply.github.com> Date: Sun, 18 Feb 2024 17:21:17 +0800 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fb94897..5ae747b 100644 --- a/index.html +++ b/index.html @@ -104,7 +104,7 @@ }); // 异步加载 index.md 文件内容 - fetch('https://raw.githubusercontent.com/woodchen-ink/Random-Api/master/index.md') + fetch('https://random-api.pages.dev/index.md') .then(response => response.text()) .then(markdownText => { // 渲染 Markdown 内容 @@ -114,4 +114,4 @@ - \ No newline at end of file +