summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index fb87a82..5e40876 100644
--- a/config.py
+++ b/config.py
@@ -15,6 +15,7 @@ class Config:
# MAIN
MAIN_ROOT_URL = "https://wazul.moe"
MAIN_NAME = "Wazul's website"
+ MAIN_ASSETS_SOURCE_DIR = os.path.join(__DIR, "main/assets")
# BLOG
BLOG_ROOT_URL = "https://blog.wazul.moe"