Fixes punctuation from auto format

This commit is contained in:
Beau Findlay
2026-01-31 22:05:46 +00:00
parent e4a11cadab
commit b8e1bf8467

View File

@@ -9,8 +9,7 @@
project is available on my
<AnchorLink Href="https://github.com/bdfin/my-portfolio">
GitHub
</AnchorLink>
.
</AnchorLink>.
</Text>
<section>
@@ -49,8 +48,7 @@
<AnchorLink Href="https://learn.microsoft.com/en-us/azure/static-web-apps/overview">Azure Static Web App
</AnchorLink>
and deployed via
<AnchorLink Href="https://github.com/features/actions">GitHub Actions</AnchorLink>
. This provided an easy and cost effective way to get something out there without worrying too much about the
<AnchorLink Href="https://github.com/features/actions">GitHub Actions</AnchorLink>. 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.
</Text>
@@ -68,8 +66,7 @@
I setup the RaspberryPi with
<AnchorLink Href="https://www.docker.com/">Docker</AnchorLink>
and
<AnchorLink Href="https://docs.docker.com/compose/">Docker Compose</AnchorLink>
, built a Docker container for the .NET app to run from, copied it to my server and created a docker-compose.yml
<AnchorLink Href="https://docs.docker.com/compose/">Docker Compose</AnchorLink>, 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
<AnchorLink Href="https://hub.docker.com/r/cloudflare/cloudflared">Cloudflare Tunnel</AnchorLink>
docker image.