Browse Source
Added a redirect for the functions page movement
functions-page-redirect
Jonathon Hammond
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
next.config.js
|
|
@ -8,6 +8,11 @@ const withFonts = require('next-fonts'); |
|
|
|
|
|
|
|
async function redirects() { |
|
|
|
return [ |
|
|
|
{ |
|
|
|
source: '/references/language-functions', |
|
|
|
destination: '/write-smart-contracts/language-functions', |
|
|
|
permanent: true, |
|
|
|
}, |
|
|
|
{ |
|
|
|
source: '/write-smart-contracts/nft', |
|
|
|
destination: '/write-smart-contracts/nft-tutorial', |
|
|
|