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

Commit

Permalink
fix(Pixel): proxy pixel to pixel.api..
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 6, 2018
1 parent f94e62c commit 304acc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports.redirects = [
`https://gaiama.netlify.com/de/* https://www.gaiama.org/de/:splat 301!`,
`https://gaiama.netlify.com/* 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`,
// subdomain redirects
`https://spende.gaiama.org/* https://www.gaiama.org/de/spenden/ 301!`,
Expand Down

0 comments on commit 304acc8

Please sign in to comment.