You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinkstrailing_html: true # Set to false to remove trailing '.html' from permalinks
This way posts links are as follows: http://localhost:4000/2024/09/08/hello-world/index.html
The settings does not apply for tags (http://localhost:4000/tags/tag1/) nor archives (http://localhost:4000/archives/2024/09/).
It leads to problems when blog is hosted behind private S3 bucket.
To make the links consistent my proposition is to add /index.html to links generated by Tag and Category models.
Others
No response
The text was updated successfully, but these errors were encountered:
Check List
Feature Request
It is possible to configure permalinks for posts
This way posts links are as follows:
http://localhost:4000/2024/09/08/hello-world/index.html
The settings does not apply for tags (
http://localhost:4000/tags/tag1/
) nor archives (http://localhost:4000/archives/2024/09/
).It leads to problems when blog is hosted behind private S3 bucket.
To make the links consistent my proposition is to add
/index.html
to links generated byTag
andCategory
models.Others
No response
The text was updated successfully, but these errors were encountered: