Simplified definition of REMARK_URL to templates in webpack config

This commit is contained in:
sattellite
2020-11-10 11:04:07 -06:00
committed by Umputun
parent abe3b0d47a
commit 60f554f2fa
5 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -68,7 +68,7 @@
var remark_config = {
site_id: query.site_id,
host: '<%= REMARK_URL %>' ,
host: '<%= htmlWebpackPlugin.options.remarkUrl %>',
url: query.url
};