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 /pelicanconf.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 'pelicanconf.py')
-rw-r--r-- | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 09236b4..5570d96 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -44,7 +44,7 @@ PLUGINS = [ # PAGE_SAVE_AS = 'pages/{slug}/index.html' SITENAME = 'LibreTube' SITENAME_SINGLE = 'LT' -SITEURL = 'https://lablibre.tuxfamily.org' +SITEURL = 'https://saravia.org/media' SOURCE_URL = 'https://git.sr.ht/~heckyel/libretube' # URL settings (http://docs.getpelican.com/en/stable/settings.html#url-settings) |