update baseURL and netlify prod

This commit is contained in:
Matthew Wong 2022-04-12 13:01:56 -04:00
parent 6f99fcc136
commit 2d72623df9
2 changed files with 2 additions and 1 deletions

View File

@ -33,4 +33,5 @@ jobs:
with: with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: 9e65bb31-a460-4a21-aeba-5e7f210eb925 NETLIFY_SITE_ID: 9e65bb31-a460-4a21-aeba-5e7f210eb925
NETLIFY_DEPLOY_TO_PROD: true
build_directory: 'public' build_directory: 'public'

View File

@ -1,4 +1,4 @@
baseURL = "https://quartz.jzhao.xyz/" baseURL = "https://fleeting-notes-quartz.netlify.app/"
languageCode = "en-us" languageCode = "en-us"
googleAnalytics = "G-XYFD95KB4J" googleAnalytics = "G-XYFD95KB4J"
pygmentsUseClasses = true pygmentsUseClasses = true