Browse Source

fix: ios

fix/enable-imgix
Thomas Osmonson 5 years ago
committed by Thomas Osmonson
parent
commit
82e92c76a1
  1. 2
      next.config.js

2
next.config.js

@ -302,7 +302,7 @@ async function redirects() {
{ {
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/blockstack/docs.blockstack/blob/master-legacy/android/tutorial.md', 'https://github.com/blockstack/docs.blockstack/blob/master-legacy/ios/tutorial.md',
permanent: true, permanent: true,
}, },
{ {

Loading…
Cancel
Save