Merge branch 'master' into feature/2025

This commit is contained in:
2026-08-29 19:05:23 +01:00
8 changed files with 143 additions and 3 deletions
+11 -2
View File
@@ -2,6 +2,16 @@
This website is built using [Astro](https://astro.build)
## CI
For building the image on the server, the command to use is
```bash
devenv tasks run news:build
```
After that, a Caddy image will serve the files generated in the `dist` directory
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
@@ -40,7 +50,6 @@ There's nothing special about `src/components/`, but that's where we like to put
Any static assets, like images, can be placed in the `public/` directory.
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).