Skip to content

Commit

Permalink
revert trailing slash change
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Apr 22, 2022
1 parent d4c982e commit 12eeedb
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: false,
trailingSlash: isDeployPreview,
stylesheets: [
{
href: '/katex/katex.min.css',
Expand Down

0 comments on commit 12eeedb

Please sign in to comment.