From ef46ecaab2f39f52c478713db1d27527a1aaa0db Mon Sep 17 00:00:00 2001 From: tree Date: Mon, 30 Jan 2023 02:13:54 +0100 Subject: [PATCH] Move to explore.prgblockweek.com --- .github/workflows/gh-pages.yml | 2 +- src/routes/[entry]/+page.svelte | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index a109cd77..b7efc5df 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 diff --git a/src/routes/[entry]/+page.svelte b/src/routes/[entry]/+page.svelte index 7c2e8598..7681f30d 100644 --- a/src/routes/[entry]/+page.svelte +++ b/src/routes/[entry]/+page.svelte @@ -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" }, ]