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.