Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
[FR-414] Change prerender parameter index to get correct eventId
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoalp committed Apr 11, 2022
1 parent 670e74d commit e594fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[[redirects]]
from = "/event/*"
to = "https://gallery-prerender.netlify.app/.netlify/functions/render/:route"
to = "/.netlify/functions/render/:route"
status = 200
force = true

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
force = false
force = false

0 comments on commit e594fa2

Please sign in to comment.