Skip to content

Commit

Permalink
Merge pull request #676 from input-output-hk/filip/fix/trailing-slashes
Browse files Browse the repository at this point in the history
filip(fix): add config for trailing slashes
  • Loading branch information
fstoqnov-iohk authored Dec 13, 2024
2 parents 5fb7948 + 7e37198 commit 6fefbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config: Config = {
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
trailingSlash: true,
trailingSlash: false,

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down

1 comment on commit 6fefbc9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-g2bqpdfu3-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit 6fefbc9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.