From 388da5ea966f58c3fc5346936b24188aeeb974ac Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 17 Jan 2021 20:13:38 -0800 Subject: [PATCH] Makefile: fix CSS path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 493ebe1..a902a19 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CSS_DIR = themes/etch-custom/assets/css +CSS_DIR = assets/css DEVSERVER_URL="http://localhost:1313/" DOMAIN = seirdy.one