small change to about meta 67942536
Steve · 2023-03-21 18:52 1 file(s) · +1 −1
src/pages/about.astro +1 −1
5 5
6 6
const meta = {
7 7
	title: "About",
8 -
	description: "I'm a starter theme for Astro.build",
8 +
	description: "More about Steve Simkins",
9 9
};
10 10
---
11 11