|
@ -8,6 +8,11 @@ const withFonts = require('next-fonts'); |
|
|
|
|
|
|
|
|
async function redirects() { |
|
|
async function redirects() { |
|
|
return [ |
|
|
return [ |
|
|
|
|
|
{ |
|
|
|
|
|
source: '/write-smart-contracts/nft', |
|
|
|
|
|
destination: '/write-smart-contracts/nft-tutorial', |
|
|
|
|
|
permanent: true, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
source: '/understand-stacks/integrate-stacking', |
|
|
source: '/understand-stacks/integrate-stacking', |
|
|
destination: '/build-apps/guides/integrate-stacking', |
|
|
destination: '/build-apps/guides/integrate-stacking', |
|
|