refactor gateways

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-02-17 17:18:08 +01:00
padre d7edcbd322
commit 847bbf8676
Se han modificado 2 ficheros con 5 adiciones y 5 borrados

Ver fichero

@@ -176,7 +176,7 @@ function App() {
<FaBook className="app-logo" aria-hidden="true" /> <FaBook className="app-logo" aria-hidden="true" />
<h1>La Biblioteca</h1> <h1>La Biblioteca</h1>
</div> </div>
<p className="subtitle">Visor de documentos EPUB accesibles desde <a href="https://eu.orbitor.dev/ipfs/QmSf3Td5ryGX9vyJcYPqfpntrarhSFnoyM42w4S7ZghsgC/" target="_blank">IPFS</a></p> <p className="subtitle">Visor de documentos EPUB accesibles desde <a href="https://ipfs.io/ipfs/QmSf3Td5ryGX9vyJcYPqfpntrarhSFnoyM42w4S7ZghsgC/" target="_blank">IPFS</a></p>
</div> </div>
</header> </header>

Ver fichero

@@ -73,15 +73,15 @@ export const parseIPFSCatalog = (htmlContent) => {
* Lista de gateways IPFS públicos * Lista de gateways IPFS públicos
*/ */
export const IPFS_GATEWAYS = [ export const IPFS_GATEWAYS = [
{ name: 'EU Orbitor', url: 'https://eu.orbitor.dev' },
{ name: 'IPFS Orbitor', url: 'https://ipfs.orbitor.dev' },
{ name: 'IPFS.io', url: 'https://ipfs.io' }, { name: 'IPFS.io', url: 'https://ipfs.io' },
{ name: 'Dweb.link', url: 'https://dweb.link' }, { name: 'Dweb.link', url: 'https://dweb.link' },
{ name: 'APAC Orbitor', url: 'https://apac.orbitor.dev' },
{ name: 'Storry.tv', url: 'https://storry.tv' }, { name: 'Storry.tv', url: 'https://storry.tv' },
{ name: 'LATAM Orbitor', url: 'https://latam.orbitor.dev' },
{ name: 'Pinata Cloud', url: 'https://gateway.pinata.cloud' }, { name: 'Pinata Cloud', url: 'https://gateway.pinata.cloud' },
{ name: 'DGet', url: 'https://dget.top' }, { name: 'DGet', url: 'https://dget.top' },
{ name: 'EU Orbitor', url: 'https://eu.orbitor.dev' },
{ name: 'IPFS Orbitor', url: 'https://ipfs.orbitor.dev' },
{ name: 'APAC Orbitor', url: 'https://apac.orbitor.dev' },
{ name: 'LATAM Orbitor', url: 'https://latam.orbitor.dev' }
]; ];
/** /**