Skip to content

Commit 5331517

Browse files
committed
ensure case is respected
1 parent 46180f7 commit 5331517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const config = {
157157
to: "/blog/2020/12/26/year-in-review/",
158158
},
159159
{
160-
from: "/blog/posts/2021-02-02-outreachy/",
160+
from: ["/blog/posts/2021-02-02-outreachy/", "/blog/2021/02/02/Outreachy/"],
161161
to: "/blog/2021/02/02/outreachy/",
162162
},
163163
{

0 commit comments

Comments
 (0)