@@ -44,7 +44,7 @@ export default defineConfig({
4444 // https://vitepress.dev/reference/default-theme-config
4545 nav : [
4646 { text : "首页" , link : "/" } ,
47- { text : "赞助 & 捐款 & NFTs" , link : "/about/sponsors .md" } ,
47+ { text : "赞助 & 捐款 & NFTs" , link : "/about/sponsor .md" } ,
4848 {
4949 text : "配置指南" ,
5050 items : [
@@ -385,7 +385,7 @@ export default defineConfig({
385385 themeConfig : {
386386 nav : [
387387 { text : "Homepage" , link : "/en" } ,
388- { text : "Sponsor & Donation & NFTs" , link : "/en/about/sponsors .md" } ,
388+ { text : "Sponsor & Donation & NFTs" , link : "/en/about/sponsor .md" } ,
389389 {
390390 text : "Configuration Guide" ,
391391 items : [
@@ -796,7 +796,7 @@ export default defineConfig({
796796 themeConfig : {
797797 nav : [
798798 { text : "Главная" , link : "/ru" } ,
799- { text : "Sponsor & Donation & NFTs" , link : "/ru/about/sponsors .md" } ,
799+ { text : "Sponsor & Donation & NFTs" , link : "/ru/about/sponsor .md" } ,
800800 {
801801 text : "Описание функций" ,
802802 items : [
0 commit comments