From 4987d4067834b74c4408b6243d8a0fc7cc2427af Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Mon, 14 Aug 2023 18:13:20 +0200 Subject: [PATCH] add slash behind link Signed-off-by: Max Schmidt --- astro/src/pages/index.astro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.

Posts

{ posts.length > 0 ? ( posts.map((post) => ( - +

{post.title}

{post.publishedDate && (