Skip to content

Commit

Permalink
Add new route for /palmdb (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepereira authored Jul 2, 2024
1 parent 2a87501 commit 420c815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/common/routes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,11 @@ export const routes = {
return null
},
},
palmdb: {
path: '/palmdb',
component: () => {
window.location.href = 'https://github.com/ababaian/palmdb'
return null
},
},
}

0 comments on commit 420c815

Please sign in to comment.