Skip to content

Commit 54125ee

Browse files
committed
fix: wrong og image for the vague
1 parent 8f272b3 commit 54125ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/TheVaguePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const TheVaguePage = () => {
210210
title="The Vague | Fezcodex"
211211
description="Issues of The Vague. A collection of thoughts and whispers."
212212
keywords={['Fezcodex', 'The Vague', 'PDF', 'zine', 'editorial']}
213-
image="/images/asset/timeline-page.webp"
213+
image="/images/asset/the-vague-page.webp"
214214
/>
215215
{/* Global Backgrounds for specific themes */}
216216
{theme === 'glass' && (

0 commit comments

Comments
 (0)