Parcourir la source

Changed SITEURL to https://libdatachannel.org

Paul-Louis Ageneau il y a 4 ans
Parent
commit
548be90846
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/publishconf.py

+ 1 - 1
pages/publishconf.py

@@ -10,7 +10,7 @@ sys.path.append(os.curdir)
 from pelicanconf import *
 
 # If your site is available via HTTPS, make sure SITEURL begins with https://
-SITEURL = ''
+SITEURL = 'https://libdatachannel.org'
 RELATIVE_URLS = False
 
 FEED_ALL_ATOM = 'feeds/all.atom.xml'