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

Commit 2fac47a

Browse files
committed
docs: add meta-refresh
1 parent 94d0e38 commit 2fac47a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/.vuepress/config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ 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+
],
3744
// [
3845
// "script",
3946
// {},

0 commit comments

Comments
 (0)