Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit a1656ea

Browse files
committed
export join instead of ogin
1 parent dee12ae commit a1656ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ module.exports = {
417417
'/events': { page: '/events' },
418418
'/learn': { page: '/learn' },
419419
'/space': { page: '/space' },
420-
'/login': { page: '/login' },
420+
'/join': { page: '/join' },
421421
};
422422
const getSubject = subjectId => {
423423
switch (subjectId) {

0 commit comments

Comments
 (0)