Browse Source

fixed menu

subfolderRevert
Alejandro Criado-Pérez 3 years ago
committed by Jonathon Hammond
parent
commit
cf3d7d1037
  1. 2
      next.config.js
  2. 2
      src/common/navigation.yaml

2
next.config.js

@ -75,7 +75,7 @@ async function redirects() {
},
{
source: '/authentication/connect',
destination: 'https://blockstack.github.io/stacks.js',
destination: 'https://stacks.js.org/',
permanent: true,
},
{ source: '/develop/profiles.html', destination: '/authentication/profiles', permanent: true },

2
src/common/navigation.yaml

@ -74,7 +74,7 @@ sections:
title: Stacks Blockchain API
- path: /stacks-node-configuration
- external:
href: 'https://blockstack.github.io/stacks.js/'
href: 'https://stacks.js.org/'
title: Stacks.js
sections:
- title: Contracts

Loading…
Cancel
Save