Skip to content

Commit

Permalink
added more redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Oct 19, 2023
1 parent 099db86 commit 14f26c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ const config = withBundleAnalyzer(
source: "/virtual/headless",
destination: "/virtual",
permanent: true
},
{
source: "/virtual/list",
destination: "/virtual",
permanent: true
},
{
source: "/virtual/table",
destination: "/virtual",
permanent: true
}
];
}
Expand Down

0 comments on commit 14f26c2

Please sign in to comment.