This commit is contained in:
tree 2023-01-23 01:12:48 +01:00
rodič ec75411fd2
revize a6124a2954
2 změnil soubory, kde provedl 10 přidání a 2 odebrání

Zobrazit soubor

@ -4,8 +4,16 @@ A decentralized conference hosted by
[UTXO Foundation](https://utxo.foundation/). We are using this GitHub repository
to coordinate event listings.
https://prgblockweek.com
- Data: [data.prgblockweek.com](https://data.prgblockweek.com)
## Follow us!
- Web: [prgblockweek.com](https://prgblockweek.com)
- Twitter: [@PrgBlockWeek](https://twitter.com/PrgBlockWeek)
- Telegram: [@PrgBlockWeek](https://t.me/PrgBlockWeek)
## License
[Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
![CC0](https://upload.wikimedia.org/wikipedia/commons/6/69/CC0_button.svg)

Zobrazit soubor

@ -28,7 +28,7 @@ export class DeConfEngine {
this.entries.map((p) => ({
id: p.id,
name: p.data.index.name,
data: [this.publicUrl, p.id].join("/"),
dataUrl: [this.publicUrl, p.id].join("/"),
})),
);
}