aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-20 13:39:52 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-20 13:39:52 +0100
commit2b13e3d12cac732500ab1364358b33eeff9d361d (patch)
tree03fb447eb73837fcb43b0776d2b0e49d8f26f11e /staticwebapp.config.json
parenta20afcb783cece9496240a9444855f1475dc4244 (diff)
Fix canonical URLs with .html extension
Diffstat (limited to 'staticwebapp.config.json')
-rw-r--r--staticwebapp.config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/staticwebapp.config.json b/staticwebapp.config.json
index 0a5f88a..587253a 100644
--- a/staticwebapp.config.json
+++ b/staticwebapp.config.json
@@ -1,4 +1,5 @@
{
+ "trailingSlash": "never",
"globalHeaders": {
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",