Add regex capabilities to redirects
未关闭
Feature Accepted
- 主要语言
- Go
- 星标
- 8.8k
- 派生
- 383
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Prerequisites
* [x] I am running the latest version. (`up upgrade`)
* [x] I searched to see if the issue already exists.
* [x] I inspected the verbose debug output with the `-v, --verbose` flag.
* [ ] Are you an Up Pro subscriber?
## Description
It would be great to add regex capabilities to redirects like so:
```
redirects: {
"/folder/:slug(regexhere)": {
"location": "https://.../:slug",
"status": 301
}
}
```
贡献指南
评估
这个 Issue 还没有评估数据。