Browse Source

fixing prettier

subfolderRevert
Alejandro Criado-Pérez 3 years ago
committed by Jonathon Hammond
parent
commit
e3c7f674e0
  1. 4
      next.config.js

4
next.config.js

@ -461,13 +461,13 @@ async function redirects() {
{ {
source: '/android/tutorial.html', // TODO: update once choice has been made on SDKs source: '/android/tutorial.html', // TODO: update once choice has been made on SDKs
destination: destination:
'https://github.com/stacks-network/docs/blob/master-legacy/android/tutorial.md', 'https://github.com/blockstack/docs.blockstack/blob/master-legacy/android/tutorial.md',
permanent: true, permanent: true,
}, },
{ {
source: '/ios/tutorial.html', // TODO: update once choice has been made on SDKs source: '/ios/tutorial.html', // TODO: update once choice has been made on SDKs
destination: destination:
'https://github.com/stacks-network/docs/blob/master-legacy/ios/tutorial.md', 'https://github.com/blockstack/docs.blockstack/blob/master-legacy/ios/tutorial.md',
permanent: true, permanent: true,
}, },
{ {

Loading…
Cancel
Save