diff --git a/astro/src/pages/index.astro b/astro/src/pages/index.astro
index 4aea832..6efddbb 100644
--- a/astro/src/pages/index.astro
+++ b/astro/src/pages/index.astro
@@ -15,17 +15,17 @@ const posts = await getPosts();
This makes it easy to test and develop your website before deploying it to
a production environment.
- When you're ready to deploy the website on your own server, Astrotus comes
- with a production environment that requires the use of Traefik as a reverse
- proxy. This setup provides a secure and scalable production environment for
- your website.
+ When you're ready to deploy the website on your own server, Astrotus
+ comes with a production environment that requires the use of Traefik as a
+ reverse proxy. This setup provides a secure and scalable production
+ environment for your website.