Skip to content

Commit 7de0371

Browse files
authored
Drop setting a default value for DEPLOY_PRIME_URL
1 parent 862c453 commit 7de0371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
22
NODE_BIN = node_modules/.bin
33
NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
4-
DEPLOY_PRIME_URL ?=/
54

65
# The CONTAINER_ENGINE variable is used for specifying the container engine. By default 'docker' is used
76
# but this can be overridden when calling make, e.g.

0 commit comments

Comments
 (0)