Currently in the deploy step, - [data is fetched](https://github.com/p2pu/p2pu-website/blob/master/.github/workflows/website-deploy.yml#L47) - [then processed](https://github.com/p2pu/p2pu-website/blob/master/.github/workflows/website-deploy.yml#L50) - in the processing script, teams with dedicated sites are [filtered out](https://github.com/p2pu/p2pu-website/blob/master/_deploy/team_pages.py#L21) - Redirects for these pages are set in [s3_website_config.json](https://github.com/p2pu/p2pu-website/blob/master/_deploy/s3_website_config.json) during [this step](https://github.com/p2pu/p2pu-website/blob/master/.github/workflows/website-deploy.yml#L84) Logic for filtering teams would be better placed as part of the API
Currently in the deploy step,
Logic for filtering teams would be better placed as part of the API