Skip to content

Commit

Permalink
test no trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Apr 17, 2022
1 parent eac5fe7 commit 76c2f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const config = {
// Dogfood both settings:
// - force trailing slashes for deploy previews
// - avoid trailing slashes in prod
trailingSlash: isDeployPreview,
trailingSlash: false,
stylesheets: [
{
href: '/katex/katex.min.css',
Expand Down

0 comments on commit 76c2f2c

Please sign in to comment.