Skip to content

Commit

Permalink
fix: make homepage title better
Browse files Browse the repository at this point in the history
  • Loading branch information
madcampos committed Sep 10, 2024
1 parent 4316db8 commit c5c3625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import avatar from '../assets/images/me.jpg';
import { BLOG, GLOBALS, PROJECTS, TALKS } from '../constants.js';
---
<BaseLayout
htmlTitle={GLOBALS.title}
htmlTitle={[...GLOBALS.title, 'Senior Web Developer']}
title={GLOBALS.titleString}
description={GLOBALS.description}
url={GLOBALS.url}
Expand Down

0 comments on commit c5c3625

Please sign in to comment.