Rommert Zijlstra
Results
1
comments of
Rommert Zijlstra
We ran into the same issue. @lforst's snippet _almost_ works. Instead of `rewrites` you need `redirects`: ```json { "redirects": [ { "source": "/:anyPath*.map", "destination": "/404doesNotExist", } ] } ```