-
Hi, I am using react-router in my application and some route mapping are done as the following:
That path routes to a virtual *.html file - virtual cause it does not exist in the public asset folder where we have the index.html and other js/css statics content. How can I configure Capacitor to handle these kind of virtual html routes in order to ignore them and let react router do the job ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Question can be closed - found how to make it work |
Beta Was this translation helpful? Give feedback.
Question can be closed - found how to make it work
Thanks