Skip to content

Commit 12e3304

Browse files
authored
Merge pull request #14 from pdnode-team/hotfix/configbug
bugfix-hotfix-config-bug
2 parents bf73946 + d627fe0 commit 12e3304

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.vitepress/cache/deps/_metadata.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"hash": "4ed49131",
3-
"configHash": "34634bfa",
2+
"hash": "e97abf88",
3+
"configHash": "30bd2fa6",
44
"lockfileHash": "5fe51ff9",
5-
"browserHash": "355eff6d",
5+
"browserHash": "b3fdf6aa",
66
"optimized": {
77
"vue": {
88
"src": "../../../node_modules/.pnpm/vue@3.5.21/node_modules/vue/dist/vue.runtime.esm-bundler.js",
99
"file": "vue.js",
10-
"fileHash": "f680664d",
10+
"fileHash": "2d0113ea",
1111
"needsInterop": false
1212
},
1313
"vitepress > @vue/devtools-api": {
1414
"src": "../../../node_modules/.pnpm/@vue+devtools-api@8.0.2/node_modules/@vue/devtools-api/dist/index.js",
1515
"file": "vitepress___@vue_devtools-api.js",
16-
"fileHash": "a4f6d2a0",
16+
"fileHash": "528f3af5",
1717
"needsInterop": false
1818
},
1919
"vitepress > @vueuse/core": {
2020
"src": "../../../node_modules/.pnpm/@vueuse+core@13.9.0_vue@3.5.21/node_modules/@vueuse/core/index.mjs",
2121
"file": "vitepress___@vueuse_core.js",
22-
"fileHash": "216cd4be",
22+
"fileHash": "4ca26427",
2323
"needsInterop": false
2424
}
2525
},

.vitepress/config.mts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ export default defineConfig({
2626
{
2727
text: "Platform",
2828
items: [
29-
{ text: "Contribute/Submit an issue", link: "/platform/contribute.md" },
29+
{
30+
text: "Contribute/Submit an issue",
31+
link: "/platform/contribute.md",
32+
},
3033
],
3134
},
3235
{
@@ -44,11 +47,13 @@ export default defineConfig({
4447
],
4548
},
4649
],
47-
50+
},
51+
],
4852
socialLinks: [
4953
{ icon: "github", link: "https://github.com/pdnode-team/docs" },
5054
],
5155
},
56+
5257
locales: {
5358
root: {
5459
label: "English",

0 commit comments

Comments
 (0)