Skip to content

Commit

Permalink
Redirect to esports center page
Browse files Browse the repository at this point in the history
  • Loading branch information
novialriptide committed Aug 7, 2023
1 parent 8512bbc commit c70971b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
async redirects() {
return [
{
source: '/center',
destination: 'https://sca.rutgers.edu/student-centers/esports-center',
permanent: true,
},
]
},
}

module.exports = nextConfig

0 comments on commit c70971b

Please sign in to comment.