aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 083c689..f68c1a5 100644
--- a/config.h
+++ b/config.h
@@ -6,5 +6,5 @@
#define OUTPUT "dist"
#define BASE_TEMPLATE "base.html"
-char *html_resources[] = { "index", "posts/a", NULL };
-char *md_resources[] = { "posts/b", NULL };
+static const char *html_resources[] = { "index", "posts/a", NULL };
+static const char *md_resources[] = { "posts/b", NULL };