mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
enforce trailing slash in docusaurus
This commit is contained in:
parent
ac9858f2a1
commit
14cb08dd38
|
@ -9,6 +9,7 @@ const config = {
|
|||
"An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices",
|
||||
url: "https://meshtastic.org",
|
||||
baseUrl: "/",
|
||||
trailingSlash: true,
|
||||
onBrokenLinks: "throw",
|
||||
onBrokenMarkdownLinks: "warn",
|
||||
favicon: "design/web/favicon.ico",
|
||||
|
|
Loading…
Reference in a new issue