From 099060bd31d9ef785c388d0df7b768c3d0641453 Mon Sep 17 00:00:00 2001 From: srv Date: Tue, 29 Apr 2025 13:50:21 -0500 Subject: Fix move theme in static to media/theme because is a sub directory, repair los image is in thumbnail --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publishconf.py') 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') -- cgit v1.2.3