mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -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",
|
"An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices",
|
||||||
url: "https://meshtastic.org",
|
url: "https://meshtastic.org",
|
||||||
baseUrl: "/",
|
baseUrl: "/",
|
||||||
|
trailingSlash: true,
|
||||||
onBrokenLinks: "throw",
|
onBrokenLinks: "throw",
|
||||||
onBrokenMarkdownLinks: "warn",
|
onBrokenMarkdownLinks: "warn",
|
||||||
favicon: "design/web/favicon.ico",
|
favicon: "design/web/favicon.ico",
|
||||||
|
|
Loading…
Reference in a new issue