From 1d851626c8835e0772a0be3d237551f410fc7f55 Mon Sep 17 00:00:00 2001 From: Ross Buggins Date: Fri, 20 Sep 2024 10:26:05 +0100 Subject: [PATCH] default url --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 06fa746..5c7680c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -BASE_URL ?= "/" +BASE_URL ?= "" VERSION ?= "" SHELL = /bin/bash