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 project is available on my
<AnchorLink Href="https://github.com/bdfin/my-portfolio"> <AnchorLink Href="https://github.com/bdfin/my-portfolio">
GitHub GitHub
</AnchorLink> </AnchorLink>.
.
</Text> </Text>
<section> <section>
@@ -49,8 +48,7 @@
<AnchorLink Href="https://learn.microsoft.com/en-us/azure/static-web-apps/overview">Azure Static Web App <AnchorLink Href="https://learn.microsoft.com/en-us/azure/static-web-apps/overview">Azure Static Web App
</AnchorLink> </AnchorLink>
and deployed via and deployed via
<AnchorLink Href="https://github.com/features/actions">GitHub Actions</AnchorLink> <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
. 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 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. preferred a server to work with there wasn't many free options.
</Text> </Text>
@@ -68,8 +66,7 @@
I setup the RaspberryPi with I setup the RaspberryPi with
<AnchorLink Href="https://www.docker.com/">Docker</AnchorLink> <AnchorLink Href="https://www.docker.com/">Docker</AnchorLink>
and and
<AnchorLink Href="https://docs.docker.com/compose/">Docker Compose</AnchorLink> <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
, 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 file to run it with the
<AnchorLink Href="https://hub.docker.com/r/cloudflare/cloudflared">Cloudflare Tunnel</AnchorLink> <AnchorLink Href="https://hub.docker.com/r/cloudflare/cloudflared">Cloudflare Tunnel</AnchorLink>
docker image. docker image.