@@ -176,7 +176,7 @@ function App() {
|
||||
<FaBook className="app-logo" aria-hidden="true" />
|
||||
<h1>La Biblioteca</h1>
|
||||
</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>
|
||||
</header>
|
||||
|
||||
|
||||
@@ -73,15 +73,15 @@ export const parseIPFSCatalog = (htmlContent) => {
|
||||
* Lista de gateways IPFS públicos
|
||||
*/
|
||||
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: 'Dweb.link', url: 'https://dweb.link' },
|
||||
{ name: 'APAC Orbitor', url: 'https://apac.orbitor.dev' },
|
||||
{ name: 'Storry.tv', url: 'https://storry.tv' },
|
||||
{ name: 'LATAM Orbitor', url: 'https://latam.orbitor.dev' },
|
||||
{ name: 'Pinata Cloud', url: 'https://gateway.pinata.cloud' },
|
||||
{ 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' }
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Referencia en una nueva incidencia
Block a user