Skip to content

Commit f5c8b97

Browse files
committed
Add redirect for passgen docs
1 parent 909047e commit f5c8b97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ const config = {
107107
to: '/blog/2023/03/03/fixing-iphone-obsidian-sync-issue',
108108
from: '/blog/2023/03/how-to-fix-an-issue-with-the-obsidian-app-not-opening-and-syncing-on-your-iphone',
109109
},
110+
{
111+
to: '/projects/passgen',
112+
from: '/passgen',
113+
},
110114
],
111115
},
112116
],

0 commit comments

Comments
 (0)