Skip to content

Commit

Permalink
filip(fix): add config for trailing slashes (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk authored Dec 13, 2024
1 parent c036d79 commit ffbaaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ const path = require("path");
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "SanchoNet",
tagline:
"Building together in the age of Voltaire",
tagline: "Building together in the age of Voltaire",
favicon: "img/favicon.ico",

// Set the production url of your site here
Expand All @@ -25,6 +24,7 @@ const config = {

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
trailingSlash: false,

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
Expand Down

0 comments on commit ffbaaff

Please sign in to comment.