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