Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 6b002cb

Browse files
committed
docs: add meta-refresh
1 parent 2fac47a commit 6b002cb

1 file changed

Lines changed: 18 additions & 7 deletions

File tree

docs/.vuepress/config.ts

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ export default defineUserConfig({
3434
rel: "stylesheet"
3535
}
3636
],
37-
[
38-
"meta",
39-
{
40-
"http-equiv": "refresh",
41-
content: "0; url=https://doc.oplist.org"
42-
}
43-
],
4437
// [
4538
// "script",
4639
// {},
@@ -72,11 +65,29 @@ export default defineUserConfig({
7265
lang: "en-US",
7366
title: "OpenList Docs",
7467
description: "Documentation for OpenList v3",
68+
head: [
69+
[
70+
"meta",
71+
{
72+
"http-equiv": "refresh",
73+
content: "0; url=https://doc.oplist.org"
74+
}
75+
]
76+
]
7577
},
7678
"/zh/": {
7779
lang: "zh-CN",
7880
title: "OpenList 文档",
7981
description: "OpenList v3 的文档",
82+
head: [
83+
[
84+
"meta",
85+
{
86+
"http-equiv": "refresh",
87+
content: "0; url=https://doc.oplist.org"
88+
}
89+
]
90+
]
8091
},
8192
},
8293
plugins: [

0 commit comments

Comments
 (0)