Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.91 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.91 KB

Zerops x Astro - Static

Astro is a server-first JavaScript web framework that supports every major UI framework, it's optimized for building fast, content-driven websites. Zerops makes deploying and running Astro sites, both server side rendered and static, a breeze. This recipe showcases the static version, see zeropsio/recipe-astro-nodejs for the SSR version.

astro


Deploy on Zerops

You can either click the deploy button to deploy directly on Zerops, or manually copy the import yaml to the import dialog in the Zerops app.

Deploy on Zerops



Recipe features

Static version of Astro 4.1 running on a Zerops Static service.


Production vs. development

This recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resiliace, start with at least two containers (add minContainers: 2 in recipe YAML in the app service section, or change the minimum containers in "Automatic Scaling configuration" section of service detail).


Changes made over the default installation

If you want to modify your existing Astro Static site to efficiently run on Zerops, there are no changes needed in the codebase on top of the standard installation, just add zerops.yml to your repository.



Need help setting your project up? Join Zerops Discord community.