Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 1010e76

Browse files
committed
Revert "尝试使用 cdn 加速"
This reverts commit 38e182f.
1 parent 38e182f commit 1010e76

5 files changed

Lines changed: 9 additions & 12 deletions

File tree

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/worker-KoCDTJx1.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite.config.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
import { defineConfig } from "vite";
22
import react from "@vitejs/plugin-react";
33

4-
export default defineConfig(({ command }) => ({
5-
base:
6-
command === "build"
7-
? "https://testingcf.jsdelivr.net/gh/gui-ying233/MGPUsersGraph@main/docs/"
8-
: "/MGPUsersGraph/",
4+
export default defineConfig({
5+
base: "/MGPUsersGraph/",
96
plugins: [react()],
107
build: {
118
outDir: "docs",
@@ -17,4 +14,4 @@ export default defineConfig(({ command }) => ({
1714
},
1815
},
1916
},
20-
}));
17+
});

0 commit comments

Comments
 (0)