Try specific route redirect in DPR example.

This commit is contained in:
Dillon Kearns 2021-06-01 20:58:19 -07:00
parent a3c67ba6c6
commit 52fabf8161

View File

@ -5,7 +5,7 @@
[[redirects]]
from = "/*"
from = "/:pokedex"
to = "/.netlify/functions/render"
status = 200