mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
update baseURL and netlify prod
This commit is contained in:
parent
6f99fcc136
commit
2d72623df9
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
@ -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'
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user