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

Commit

Permalink
Merge pull request #178 from resqiar/redirect-page
Browse files Browse the repository at this point in the history
chore: add a redirect to github page
  • Loading branch information
resqiar authored Oct 1, 2021
2 parents dfda88f + bb0c960 commit c3499bc
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,
},
}
}

1 comment on commit c3499bc

@vercel
Copy link

@vercel vercel bot commented on c3499bc Oct 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.