diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-06 21:30:21 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-06 21:30:21 +0200 |
| commit | 426f312bfea41d06280e15614d64480710a3fdf0 (patch) | |
| tree | 1b80d1bf2534ee9a0ed59e92b1026fae0b60c938 /config.py | |
| parent | 32021aacb4213de765130914b06c66b587170d91 (diff) | |
wallpaper on root domain
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" |
