Browse Source

docs: remove dupe redirect and add missing

feat/mainnet-updates
Charlie 4 years ago
parent
commit
303aff56de
  1. 8
      next.config.js

8
next.config.js

@ -733,13 +733,13 @@ async function redirects() {
permanent: true, permanent: true,
}, },
{ {
source: '/build-an-app', source: '/smart-contracts/clarity-values',
destination: '/build-apps', destination: '/write-smart-contracts/values',
permanent: true, permanent: true,
}, },
{ {
source: '/smart-contracts/clarity-values', source: '/smart-contracts/public-registry-tutorial',
destination: '/write-smart-contracts/values', destination: '/write-smart-contracts/public-registry-tutorial',
permanent: true, permanent: true,
}, },
{ {

Loading…
Cancel
Save