Skip to content

Commit 0e1ad87

Browse files
authored
feat: Add redirect from /docs to /docs/about-oneground (#94)
1 parent d6c5d98 commit 0e1ad87

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ const config: Config = {
239239
{
240240
// Redirects for the old website
241241
redirects: [
242+
{
243+
from: "/docs",
244+
to: "/docs/about-oneground"
245+
},
242246
{
243247
from: "/About",
244248
to: "/"

0 commit comments

Comments
 (0)