From 58980444bf65cbc08f093ac756c93e15f366dcdf Mon Sep 17 00:00:00 2001 From: Corey Petty Date: Tue, 24 May 2022 17:01:04 -0400 Subject: [PATCH] updated config and deploy --- .github/workflows/deploy.yaml | 1 - config.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8334ea2..abd02d1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,4 +36,3 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public publish_branch: master # deploying branch - cname: quartz.jzhao.xyz diff --git a/config.toml b/config.toml index 5efa9f3..aac81c8 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://quartz.jzhao.xyz/" +baseURL = "https://status-im.github.io/logos-mindmap" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" pygmentsUseClasses = true