diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6a2236740..ae31a27e2 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -34,4 +34,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public publish_branch: master # deploying branch - cname: quartz.jzhao.xyz + cname: jethughes.github.io diff --git a/config.toml b/config.toml index 5c4dfcb40..e4e06bc77 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://quartz.jzhao.xyz/" +baseURL = "https://jethughes.github.io/quartz/" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" pygmentsUseClasses = true