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

✨ Adds consistent redirects handling for cf workers. #3895

Merged
merged 1 commit into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. ✨ Adds consistent redirects handling for cf workers.

    This means that both request for the html pages at /grapher/[slug] and
    requests for /grapher/[slug].config.json will be redirected according
    to the _grapherRedirects.json file. This is done as a catch handler
    that checks for 404 pages so that the common, happy path does not
    have to fetch the redirects file.
    danyx23 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d25b1ef View commit details
    Browse the repository at this point in the history