Browse Source

fix: ios

fix/enable-imgix
Thomas Osmonson 4 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
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,
},
{

Loading…
Cancel
Save