Is there any way to configure a turbo base url.
I have an application which runs under /app
but there are sometimes redirects and links or other kind of things to /
or /other-url
, which are not pages part of the turbo app. And as they are not part of them the css and js is broken when coming turbo is trying to load that site.
Is there any configuration how I can tell turbo that only urls starting with /app
should be handled as turbo requests. I know about https://turbo.hotwired.dev/handbook/drive#disabling-turbo-drive-on-specific-links-or-forms but that does not work for my case. As I need a general settings as I have not in all cases effect on the links or redirects which are happening.