Skip to content

Commit

Permalink
rm redirect
Browse files Browse the repository at this point in the history
Signed-off-by: Max Wolfs <[email protected]>
  • Loading branch information
maxwolfs committed Feb 12, 2024
1 parent 5dad2ea commit 42e1783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ const config = {
'@docusaurus/plugin-client-redirects',
{
redirects: [
{
to: '/community/collaboration',
from: '/community/calendar'
}
// {
// to: '/community/collaboration',
// from: '/community/calendar'
// }
],
createRedirects(existingPath) {
if (existingPath.includes('/community')) {
Expand Down

0 comments on commit 42e1783

Please sign in to comment.