Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit server side routing to sane scenarios #480

Open
ti8m-naegeli opened this issue Apr 17, 2024 · 0 comments
Open

Limit server side routing to sane scenarios #480

ti8m-naegeli opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ti8m-naegeli
Copy link

As a developer of a SPA, I do not want my application to serve the root for requested files such as robots.txt or sitemap.xml, so that my app does not produce errors in 3rd party systems.

Example

We could either ignore any files (*.*) or exclude special cases specifically.

Additional Information

  • The index is not served for sitemap.xml and robots.txt
  • The index is not served for .well-known location
@ti8m-naegeli ti8m-naegeli added the bug Something isn't working label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant