Supporting Wildcards in staticwebapp.config.json
#1481
brionmario
started this conversation in
General
Replies: 1 comment 3 replies
-
You might find that the approach I've documented here solves your problem https://johnnyreilly.com/azure-static-web-apps-dynamic-redirects-azure-functions |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for suggestions to implement custom routing logic in the
staticwebapp.config.json
file. I need to map various URL patterns to specific HTML files, as described below:This is what i've tried so far:
This seems to break due to having two
*
.Any suggestions would be highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions