Skip to content

Commit

Permalink
[DOCS] Move base outside of ThemeConfig (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile authored Dec 9, 2022
1 parent 0e76170 commit f5ef267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"}],
Expand All @@ -22,7 +23,6 @@ module.exports = {
smoothScroll: true,
repo: '1technophile/OpenMQTTGateway',
docsDir: 'docs',
base: '/',
docsBranch: 'development',
lastUpdated: 'Last Updated',
editLinks: true,
Expand Down

0 comments on commit f5ef267

Please sign in to comment.