From d62d3bc73bb6b8707f4682ebd2b6b59df88ff142 Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Fri, 9 Dec 2022 09:13:07 -0600 Subject: [PATCH] [DOCS] Move base outside of ThemeConfig --- 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 0685f7e1ce..f2496e10b9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -3,6 +3,7 @@ module.exports = { lineNumbers: true }, title: 'OpenMQTTGateway version_tag', + base: '/', description: 'One gateway, many technologies: MQTT gateway for ESP8266, ESP32, Sonoff RF Bridge or Arduino with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, beacons detection, mi flora / mi jia / LYWSD02/ Mi Scale compatibility, SMS & LORA.', head: [ ['link', { rel: "icon", type: "image/png", sizes: "32x32", href: "/favicon-32x32.png"}], @@ -22,7 +23,6 @@ module.exports = { smoothScroll: true, repo: '1technophile/OpenMQTTGateway', docsDir: 'docs', - base: '/', docsBranch: 'development', lastUpdated: 'Last Updated', editLinks: true,