From 2d72623df9e6bb0566af23ad08cc139f1c1a2d64 Mon Sep 17 00:00:00 2001 From: Matthew Wong Date: Tue, 12 Apr 2022 13:01:56 -0400 Subject: [PATCH] update baseURL and netlify prod --- .github/workflows/deploy.yaml | 1 + config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b4de5c2bf..987198604 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -33,4 +33,5 @@ jobs: with: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: 9e65bb31-a460-4a21-aeba-5e7f210eb925 + NETLIFY_DEPLOY_TO_PROD: true build_directory: 'public' diff --git a/config.toml b/config.toml index c06dab16e..eb8765781 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://quartz.jzhao.xyz/" +baseURL = "https://fleeting-notes-quartz.netlify.app/" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" pygmentsUseClasses = true