Fix hostname

This commit is contained in:
Oleg Kalachev
2022-04-19 00:44:47 +04:00
parent 2cab14c52f
commit 0849413fe2

View File

@@ -1,6 +1,6 @@
const sidebar = require('./sidebar');
const hostname = 'clover.coex.tech';
const hostname = 'https://clover.coex.tech/';
const allowedTags = ['font', 'center', 'nobr']; // allow using some deprecated and non-standard html tags
module.exports = {