use REMARK_URL in frontend templates

This commit is contained in:
sattellite
2020-11-10 11:04:07 -06:00
committed by Umputun
parent aa048a0db9
commit 2a48cc9682
5 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
var remark_config = {
site_id: query.site_id,
host: window.location.origin,
host: '<%= REMARK_URL %>' || window.location.origin,
url: query.url
};