We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862c453 commit 7de0371Copy full SHA for 7de0371
Makefile
@@ -1,7 +1,6 @@
1
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
2
NODE_BIN = node_modules/.bin
3
NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
4
-DEPLOY_PRIME_URL ?=/
5
6
# The CONTAINER_ENGINE variable is used for specifying the container engine. By default 'docker' is used
7
# but this can be overridden when calling make, e.g.
0 commit comments