From 96a045dc67989b0711a869fdf301d25e0bc3b0ef Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Thu, 19 Mar 2026 13:58:43 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20staticwebapp.config.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- staticwebapp.config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 staticwebapp.config.json diff --git a/staticwebapp.config.json b/staticwebapp.config.json new file mode 100644 index 0000000..a7c52b1 --- /dev/null +++ b/staticwebapp.config.json @@ -0,0 +1,14 @@ +{ + "navigationFallback": { + "rewrite": "/index.html", + "exclude": [ + "/assets/*", + "/*.css", + "/*.js", + "/*.ico", + "/*.png", + "/*.jpg", + "/*.svg" + ] + } +}