-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
ipfs-website/layouts/default.vue
Lines 21 to 28 in 132e4e0
| if ( | |
| hostname === 'ipfs.io' && | |
| !( | |
| pathname.startsWith('/ipns/') || pathname.startsWith('/ipfs/') | |
| ) | |
| ) { | |
| window.location.replace(url.replace('//ipfs.io/', '//ipfs.tech/')); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels