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

On header link redirect to / route rather than hardcoded staging site #254

Open
wants to merge 2 commits into
base: v2-development
Choose a base branch
from

Commits on Oct 17, 2020

  1. On header link redirect to / route rather than hardcoded staging site

    This commit is a fix for UKHSA-Internal#251.
    On the master site https://coronavirus.data.gov.uk/ the main header
    redirects to https://coronavirus-staging.data.gov.uk/
    
    On the staging site https://coronavirus-staging.data.gov.uk/ the main
    header redirects to https://coronavirus.data.gov.uk/
    
    I'm assuming this is not intentional and is a bug, and set the header
    link to redirect to / route, so that on whatever site this project is
    deployed, it will always redirect to the base index page.
    joemclo committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    73a9f6a View commit details
    Browse the repository at this point in the history
  2. Remove empty lines

    joemclo committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    7293443 View commit details
    Browse the repository at this point in the history