From 1a0c5fdd92dcd526ec6b61e5029eb8bc49f2d8bf Mon Sep 17 00:00:00 2001 From: Anmol Pandita <39385082+anmolpandita1@users.noreply.github.com> Date: Sun, 8 May 2022 15:18:57 +0530 Subject: [PATCH] update domain to cloudflare --- .github/workflows/deploy.yaml | 2 +- config.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index cc25f4aa9..ec8fc10d5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -37,4 +37,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public publish_branch: master # deploying branch - cname: https://anmolpandita1.github.io/lawn + cname: https://lawn.pages.dev diff --git a/config.toml b/config.toml index a9ea6fc43..c1788ef87 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://anmolpandita1.github.io/lawn/" +baseURL = "https://lawn.pages.dev/" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" pygmentsUseClasses = true