From b8e1bf846708aa79a35016afbdac856ad2f3a21a Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Sat, 31 Jan 2026 22:05:46 +0000 Subject: [PATCH] Fixes punctuation from auto format --- src/BlazorApp/Components/Pages/About.razor | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/BlazorApp/Components/Pages/About.razor b/src/BlazorApp/Components/Pages/About.razor index 5a0adc9..335ee85 100644 --- a/src/BlazorApp/Components/Pages/About.razor +++ b/src/BlazorApp/Components/Pages/About.razor @@ -9,8 +9,7 @@ project is available on my GitHub - - . + .
@@ -49,8 +48,7 @@ Azure Static Web App and deployed via - GitHub Actions - . This provided an easy and cost effective way to get something out there without worrying too much about the + GitHub Actions. This provided an easy and cost effective way to get something out there without worrying too much about the infrastructure. With this being a personal project I needed to keep the costs minimal and even though I would've preferred a server to work with there wasn't many free options. @@ -68,8 +66,7 @@ I setup the RaspberryPi with Docker and - Docker Compose - , built a Docker container for the .NET app to run from, copied it to my server and created a docker-compose.yml + Docker Compose, built a Docker container for the .NET app to run from, copied it to my server and created a docker-compose.yml file to run it with the Cloudflare Tunnel docker image.