You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a site build with Svelte and some directories / files in it that are not part of application. On main page I have link to these files like [a href="https://mysite.com/somepath/somefile.html"]...[/a]
When I click on this link the 404 error occurs. When I open this link from browser address bar it opens. How I can say router to ignore this link and redirect browser to this link w/o 404 error?
The text was updated successfully, but these errors were encountered:
Any updates on this? I'm facing the same issue and direct links to file downloads don't work since they are interpreted as paths. Other than that really enjoying your library!
I have a site build with Svelte and some directories / files in it that are not part of application. On main page I have link to these files like [a href="https://mysite.com/somepath/somefile.html"]...[/a]
When I click on this link the 404 error occurs. When I open this link from browser address bar it opens. How I can say router to ignore this link and redirect browser to this link w/o 404 error?
The text was updated successfully, but these errors were encountered: