chore: spelling fix 0758be76
Steve Simkins · 2026-05-02 08:11 1 file(s) · +1 −1
src/content/pages/about.mdx +1 −1
28 28
29 29
This website was built with [Astro](https://astro.build), and started out with the [Astro Cactus theme](https://astro.build/themes/details/astro-cactus/), but has significantly diverged as the years have gone by. Astro is an incredible framework for building personal sites/blogs and I would highly recommend it to anyone looking for a solution that needs just a bit more juice than your standard SSG.
30 30
31 -
Evidence of this is how I have structured this site. Most of the content is prerendered (static content), which other pieces are more dynamic and are rendered on the server per request using `export const prerender = false`.
31 +
Evidence of this is how I have structured this site. Most of the content is prerendered (static content), but other pieces are more dynamic and are rendered on the server per request using `export const prerender = false`.
32 32
33 33
<Diagram src="/blog-images/personal-site-structure.svg" alt="multiple services connecting to stevedylan.dev" />
34 34