From 0849413fe21c918c43654a6a5a03056a6f8c3564 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 19 Apr 2022 00:44:47 +0400 Subject: [PATCH] Fix hostname --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 8fca21cf..42b350c6 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -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 = {