Skip to content

Commit

Permalink
fix: metadata description
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek532 committed Mar 9, 2024
1 parent 43af1d7 commit ebf2741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const SITE_TITLE = "Bartosz Zagrodzki";
export const SITE_TITLE_TEMPLATE = `%s ${SEPARATOR} ${SITE_TITLE}`;
export const SHORT_DESCRIPTION = "My personal website";
export const DEFAULT_DESCRIPTION =
"Software engineer building products to help people lead better lives 🎯 In love with creative solutions - constantly learning and discovering new stuff 📖";
"Software engineer building products to help people lead better lives. In love with creative solutions - constantly learning and discovering new stuff.";

export const DEFAULT_IMAGE_URL = `/img/banner.png`;

Expand Down

0 comments on commit ebf2741

Please sign in to comment.