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

Feature/cloudfront function/app handler #67

Merged
merged 5 commits into from
Apr 4, 2023

Conversation

PVautour
Copy link
Contributor

@PVautour PVautour commented Apr 4, 2023

calls to www.app.geo.ca should now be redirected to app.geo.ca.

Pascal Vautour added 4 commits April 4, 2023 08:25
every time a request is made to geo.ca.

it does the following:

- redirects requests that end with `/` or don't
contain a `.` to /index.html
- redirects requests to `www.<env>.geo.ca` to
`https://<env>.geo.ca`. This should improve SEO by
concentrating our traffic.
@PVautour PVautour changed the base branch from prod to dev April 4, 2023 17:53
@PVautour PVautour merged commit 4631c60 into dev Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant