Skip to content

Commit

Permalink
Don't add /index.html to URLs (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
charneykaye authored May 29, 2024
1 parent dfa657e commit 1a23d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ externalLinkTarget = "_self"
# If set to true, the theme behaves like a standard Hugo installation and
# appends no index.html to prettyURLs. As a trade off, your build project will
# not be servable from the file system.
disableExplicitIndexURLs = false
disableExplicitIndexURLs = true

#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# MathJax
Expand Down

0 comments on commit 1a23d00

Please sign in to comment.