You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,3 +20,7 @@ All commands are run from the root of the project (this folder), from a terminal
20
20
|`npm run preview`| Preview your build locally, before deploying |
21
21
|`npm run astro ...`| Run CLI commands like `astro add`, `astro check`|
22
22
|`npm run astro -- --help`| Get help using the Astro CLI |
23
+
24
+
## Deployment
25
+
26
+
This static site is served with CloudFlare Pages (this is not managed on this repository), which uses Node.js to build the site and then serves the static files from the `dist` folder.
0 commit comments