Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
build: add netlify.app redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Apr 5, 2020
1 parent acbcb92 commit 5ff4193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = [
// Redirect default Netlify subdomain to primary domain
`https://gaiama.netlify.com/* https://www.gaiama.org/de/:splat 301! ${ifGermanLanguage}`,
`https://gaiama.netlify.com/* https://www.gaiama.org/en/:splat 301!`,
`https://gaiama.netlify.com/en/* https://www.gaiama.org/en/:splat 301!`,
`https://gaiama.netlify.com/de/* https://www.gaiama.org/de/:splat 301!`,
`https://gaiama.netlify.app/* https://www.gaiama.org/de/:splat 301! ${ifGermanLanguage}`,
`https://gaiama.netlify.app/* https://www.gaiama.org/en/:splat 301!`,
// Proxy /api to api.gaiama.org
// `/api/pixel/* https://pixel.api.gaiama.org/:splat 200`,
// `/api/* https://api.gaiama.org/:splat 200`,
Expand Down

0 comments on commit 5ff4193

Please sign in to comment.