diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
