瀏覽代碼

Changed SITEURL to https://libdatachannel.org

Paul-Louis Ageneau 4 年之前
父節點
當前提交
548be90846
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'