-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
We should consider other platforms for deploying Pyvec microsites:
The main reasons being
- they support more than just dead simple static files, which avoids some problems we have - let me remind you how the redirects suck with GitHub Pages
- they support more than just dead simple static files, which gives us features: HTML minification, PNG optimization, etc.
- they are not a git branch, but a deployment target, which means you can have multiple of them - which means you can have a temporary deployment for every Pull Request where you can see the changes live
- they might have better CDN etc.