We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537e493 commit 3980a8fCopy full SHA for 3980a8f
2 files changed
docusaurus.config.js
@@ -93,20 +93,7 @@ const config = {
93
// Optional
94
contextualSearch: false,
95
}
96
- }),
97
- plugins: [
98
- [
99
- '@docusaurus/plugin-client-redirects',
100
- {
101
- redirects: [
102
103
- to: '/api',
104
- from: '/'
105
- }
106
- ]
107
- },
108
- ],
109
+ })
110
};
111
112
module.exports = config;
static/index.html
@@ -0,0 +1,12 @@
1
+<!DOCTYPE HTML>
2
+<html lang="en-US">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="1;url=/api/">
6
+ <title>Page Redirection</title>
7
+</head>
8
+<body>
9
+If you are not redirected automatically,
10
+follow the <a href="/api">link to the documentation</a>
11
+</body>
12
+</html>
0 commit comments