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 @@