v0.8.1 - Re-add all ipfs gateways #8
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "v0.8.0",
|
"version": "v0.8.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": "https://git.lamacchinadesiderante.org/lamacchinadesiderante/millelibri",
|
"repository": "https://git.lamacchinadesiderante.org/lamacchinadesiderante/millelibri",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -6,11 +6,13 @@ interface TauriConfig {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ipfsGateways: string[] = [
|
export const ipfsGateways: string[] = [
|
||||||
// 'cloudflare-ipfs.com',
|
'cloudflare-ipfs.com',
|
||||||
// 'dweb.link',
|
'ipfs.io',
|
||||||
// 'ipfs.io',
|
'nftstorage.link',
|
||||||
// 'gateway.pinata.cloud',
|
'ipfs.runfission.com',
|
||||||
// 'nftstorage.link'
|
'ipfs.eth.aragon.network',
|
||||||
|
'dweb.link',
|
||||||
|
'gateway.pinata.cloud',
|
||||||
'ipfs.copyriot.xyz',
|
'ipfs.copyriot.xyz',
|
||||||
'ipfs2.copyriot.xyz'
|
'ipfs2.copyriot.xyz'
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue