Implementing Maintenance mode on a SvelteKit site
A maintenance mode that disables access to your site can be quite useful for scheduled downtime. The idea is simple, but when we take UX and different kind of HTTP request scenarios into account, we have quite a few things to tackle. Let's try to lis...
blog.encodeart.dev9 min read
Olivier Refalo
I model, therefore I am...
Thank you for the article. My 2c recommendation here, is to have a mini-app which can be swapped during the maintenance period. With k8s it's trivial to do and won't polute the codebase.