From 2b13e3d12cac732500ab1364358b33eeff9d361d Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:39:52 +0100 Subject: Fix canonical URLs with .html extension --- staticwebapp.config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'staticwebapp.config.json') 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", -- cgit v1.3