mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Add rewrite for privacy policy
This commit is contained in:
parent
1725e02f16
commit
ea174cbfc9
1 changed files with 5 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ const nextConfig = {
|
|||
permanent: false
|
||||
},
|
||||
{ source: '/grant/', destination: '/hackathons/grant', permanent: false },
|
||||
{ source: '/privacy/', destination: '/privacy-and-terms/', permanent: true },
|
||||
{
|
||||
source: '/sprig/',
|
||||
destination: 'https://sprig.hackclub.com',
|
||||
|
|
@ -287,6 +288,10 @@ const nextConfig = {
|
|||
source: '/conduct/',
|
||||
destination: 'https://workshops.hackclub.com/conduct/'
|
||||
},
|
||||
{
|
||||
source: '/privacy-and-terms/',
|
||||
destination: 'https://workshops.hackclub.com/privacy-and-terms/'
|
||||
},
|
||||
{
|
||||
source: '/workshop-bounty/',
|
||||
destination: 'https://workshops.hackclub.com/workshop-bounty/'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue