Skip to content

Commit 825fac2

Browse files
committed
Update default description
1 parent 8008c67 commit 825fac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const { title, description, hideTitle, noindex } =
2626
Astro.props.frontmatter || Astro.props;
2727
2828
const DEFAULT_DESCRIPTION =
29-
"Hey! I'm Joe! I'm a Software & DevOps Engineer based in the UK, Co-Founder of Python Discord and a Fellow of the Python Software Foundation.";
29+
"Hey! I'm Joe! I'm a Software Engineer based in London, Co-Founder of Python Discord and a Fellow of the Python Software Foundation.";
3030
3131
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
3232
---

0 commit comments

Comments
 (0)