Fix base_url
parent
656df35578
commit
4966b52d68
|
@ -26,7 +26,7 @@
|
||||||
in
|
in
|
||||||
''
|
''
|
||||||
optimize-images
|
optimize-images
|
||||||
${ifStaging "BASE_URL=https://${rev}--mat-services.netlify.app"}
|
${ifStaging "BASE_URL=https://staging--mat-services.netlify.app"}
|
||||||
zola build --drafts ${ifStaging "--base-url $BASE_URL"}
|
zola build --drafts ${ifStaging "--base-url $BASE_URL"}
|
||||||
# zola's ignored_content setting doesn't work in static/
|
# zola's ignored_content setting doesn't work in static/
|
||||||
${ifStaging "cp headers/staging public/_headers"}
|
${ifStaging "cp headers/staging public/_headers"}
|
||||||
|
|
Loading…
Reference in New Issue