Remove non-working TextCatCNN Netlify redirect

This commit is contained in:
Daniël de Kok 2023-12-11 10:33:26 +01:00
parent 7669a450ec
commit a53c482bdf

View File

@ -55,7 +55,6 @@ redirects = [
{from = "/models/comparison", to = "/models", force = true},
{from = "/api/#section-cython", to = "/api/cython", force = true},
{from = "/api/#cython", to = "/api/cython", force = true},
{from = "/api/architectures#TextCatCNN", to = "/api/legacy#TextCatCNN_v2", force = true},
{from = "/api/sentencesegmenter", to="/api/sentencizer"},
{from = "/universe", to = "/universe/project/:id", query = {id = ":id"}, force = true},
{from = "/universe", to = "/universe/category/:category", query = {category = ":category"}, force = true},