diff --git a/src/pages/about.astro b/src/pages/about.astro index 77cbeac..e6791e1 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -177,7 +177,7 @@ const skills = await directus.request( > - Say Hello + Send Email diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index 10102a4..e3d8f90 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -37,7 +37,7 @@ const years = Object.keys(postsByYear).sort((a, b) => b - a);
- Thoughts, ideas, and explorations on technology and selfhosting. + A couple thoughts, a few ideas, and some guides on technology, development, and selfhosting.