fix: remove trailing slash (#1)

Set `SERVER_REDIRECT_TRAILING_SLASH=false` within Dockerfile to disable SWS from adding a trailing slash.

Reviewed-on: https://code.troylusty.com/troy/troylusty.com/pulls/1
Co-authored-by: Troy <hello@troylusty.com>
Co-committed-by: Troy <hello@troylusty.com>
This commit is contained in:
Troy 2025-04-14 01:16:25 +00:00 committed by Troy
parent 8eb41f8fa4
commit 3698e926ea
3 changed files with 10 additions and 9 deletions

View file

@ -28,7 +28,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.14.0",
"@types/node": "^22.14.1",
"npm-check-updates": "^17.1.18",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",