mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Fix hostname
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user