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

Handle root favicon requests #4241

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Handle root favicon requests #4241

merged 1 commit into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Handle root favicon requests

    This allows us to move the /favicon special route from static to frontend, removing the icon redirect controller from static in preparation for its retirement.
    
    - Remove favicon.ico in public directory as it's not copied to
      the S3 bucket and it short-circuits matching the route.
    - Route high up in the routes file so that we don't have to check
      for/load a content item to do this redirect.
    KludgeKML committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1b3ac8e View commit details
    Browse the repository at this point in the history