aboutsummaryrefslogtreecommitdiff
path: root/include/msg.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-30 16:13:10 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-30 16:13:10 +0530
commitb7ad35df28dfe0a45f0292ed46b658025b61f9e8 (patch)
treea3cd18bbfdcca9db7f934a860b414cc0445f059b /include/msg.h
parent64a9a4b1624bc9fc97553464490d13556d37bb31 (diff)
msg: add support for static files that are copied without processing
Previously, only files in the assets/ directory would be copied over to dist/. This adds support for the user to define what files they'd like copied over.
Diffstat (limited to 'include/msg.h')
-rw-r--r--include/msg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/msg.h b/include/msg.h
index 03cf4b0..7320520 100644
--- a/include/msg.h
+++ b/include/msg.h
@@ -20,7 +20,6 @@
#define __MSG_H
#define PARTIALS "partials"
-#define ASSETS "assets"
#define CONFIG_FILE "config.cfg"
#define BASE_TEMPLATE "base.html"