Add regex capabilities to redirects
Abierto
Feature Accepted
- Lenguaje dominante
- Go
- Estrellas
- 8.8k
- Forks
- 383
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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
}
}
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.