Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
chore: add a redirect to github page
Browse files Browse the repository at this point in the history
  • Loading branch information
resqiar committed Oct 1, 2021
1 parent dfda88f commit bb0c960
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dikweb/pages/contribute.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export default function RedirectToGithub() {
return null
}

export async function getServerSideProps() {
return {
redirect: {
destination: 'https://github.com/resqiar/dikenang',
permanent: false,
},
}
}

0 comments on commit bb0c960

Please sign in to comment.