Skip to content

Commit 09d3306

Browse files
committed
chore: comment out ModelStack link in configuration files
1 parent c6049e3 commit 09d3306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default defineConfig({
129129
base: "/config/providers",
130130
collapsed: false,
131131
items: [
132-
{ text: "🚀 ModelStack", link: "/modelstack" },
132+
// { text: "🚀 ModelStack", link: "/modelstack" },
133133
{ text: "NewAPI", link: "/newapi" },
134134
{ text: "PPIO 派欧云", link: "/ppio" },
135135
{ text: "硅基流动", link: "/siliconflow" },
@@ -350,7 +350,7 @@ export default defineConfig({
350350
base: "/en/config/providers",
351351
collapsed: false,
352352
items: [
353-
{ text: "🚀 ModelStack", link: "/modelstack" },
353+
// { text: "🚀 ModelStack", link: "/modelstack" },
354354
{ text: "NewAPI", link: "/newapi" },
355355
{ text: "PPIO Cloud", link: "/ppio" },
356356
{ text: "SiliconFlow", link: "/siliconflow" },

0 commit comments

Comments
 (0)