xLog/src/lib/ipfs-gateway.ts

10 lines
219 B
TypeScript

import { IpfsGateway } from "@crossbell/ipfs-gateway"
export const IPFS_SW_GATEWAY_PREFIX = "/_ipfs/"
export const ipfsGateway = new IpfsGateway({
serviceWorker: {
gatewayPrefix: IPFS_SW_GATEWAY_PREFIX,
},
})