Jakob K
Results
1
issues of
Jakob K
**Problem** The regex checking for redirects defined in site.yaml, allows and passes on just a part of the path. **Example site.yaml** ```yaml redirects: /this-is-my-url: '/somepath' /this-is-sparta: '/some-other-path' /this: '/some-different-path' ```...