diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-04-29 13:50:21 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-04-29 13:50:21 -0500 |
commit | 099060bd31d9ef785c388d0df7b768c3d0641453 (patch) | |
tree | aa0715b4be578e2a5252d57a0a6d92374303afc9 /publishconf.py | |
parent | 07f1eff851b4de4ea98db0de5d57f755c63a1fc5 (diff) |
Fix move theme in static to media/theme because is a sub directory, repair los image is in thumbnail
Diffstat (limited to 'publishconf.py')
-rw-r--r-- | publishconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py index 6994c25..c2ae469 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://lablibre.tuxfamily.org' +SITEURL = 'https://saravia.org/media' RELATIVE_URLS = False # PLUGINS.append('compressor') |