Move to explore.prgblockweek.com

This commit is contained in:
tree 2023-01-30 02:13:54 +01:00
rodič 42c963ce4b
revize ef46ecaab2
2 změnil soubory, kde provedl 4 přidání a 4 odebrání

Zobrazit soubor

@ -31,7 +31,7 @@ jobs:
run: npm run build
- name: Add custom domain
run: "touch build/CNAME && echo \"inspect.prgblockweek.com\" >> build/CNAME"
run: "touch build/CNAME && echo \"explore.prgblockweek.com\" >> build/CNAME"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3

Zobrazit soubor

@ -12,11 +12,11 @@
const collections = [
{ title: "Days", value: 10, col: "schedule" },
{ title: "Events", col: "events" },
{ title: "Places", col: "places" },
{ title: "Speakers", col: "speakers" },
{ title: "Places", col: "places" },
{ title: "Media Partners", col: "media-partners" },
{ title: "Blockchains", col: "chains" },
{ title: "Unions", col: "unions" },
//{ title: "Blockchains", col: "chains" },
//{ title: "Unions", col: "unions" },
{ title: "Benefits", col: "benefits" },
]
</script>