Skip to content

Commit

Permalink
🚚 [Assets] Move dulmage-social
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jul 25, 2024
1 parent 05dc3b5 commit 6715572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/layouts/Page.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const {id, title = 'Curtis Dulmage | UX Developer'} = Astro.props;
const DESCRIPTION = 'UX development portfolio for Curtis Dulmage';
const PERMALINK = new URL(Astro.url.pathname, Astro.site).href;
const OG_IMAGE = new URL('/assets/dulmage-social.png', Astro.site).href;
const OG_IMAGE = new URL('/dulmage-social.png', Astro.site).href;
---

<!doctype html>
Expand Down

0 comments on commit 6715572

Please sign in to comment.