enforce trailing slash in docusaurus

This commit is contained in:
thomas.ekstrand 2024-02-06 19:21:46 -06:00
parent ac9858f2a1
commit 14cb08dd38

View file

@ -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",