Drop setting a default value for DEPLOY_PRIME_URL

This commit is contained in:
Patrice Chalin 2022-08-17 08:35:40 -04:00 committed by GitHub
parent 862c453f5a
commit 7de0371183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
NODE_BIN = node_modules/.bin
NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
DEPLOY_PRIME_URL ?=/
# The CONTAINER_ENGINE variable is used for specifying the container engine. By default 'docker' is used
# but this can be overridden when calling make, e.g.