diff options
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) |