mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Fix missing Netlify configuration
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
[build]
|
[build]
|
||||||
publish = "demo/public"
|
publish = "demo/public"
|
||||||
command = "make prepare && hugo --source demo"
|
command = "make prepare && hugo --source demo --baseURL $URL"
|
||||||
|
|
||||||
|
[context.production.environment]
|
||||||
|
HUGO_VERSION = "0.49"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
command = "make prepare && hugo --source demo --buildFuture --buildDrafts --baseURL $DEPLOY_PRIME_URL"
|
||||||
|
|||||||
Reference in New Issue
Block a user