Closed tobimori closed 1 year ago
It'd be beneficial to allow a syntax similar to Kirby's route handling or glob matching for ignored paths. This could be used to e.g. ignore all requests to old media, with something like /media/(:all) or /media/**/*.
/media/(:all)
/media/**/*
It'd be beneficial to allow a syntax similar to Kirby's route handling or glob matching for ignored paths. This could be used to e.g. ignore all requests to old media, with something like
/media/(:all)
or/media/**/*
.