Skip to content

Commit 2f4585f

Browse files
committed
fix: embed images
Previously was not an absolute URL
1 parent b05fa2a commit 2f4585f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const SITE_TITLE = "FireIsWebsite";
22
export const SITE_DESCRIPTION = "The website of FireIsGood";
3-
export const SITE_EMBED_IMAGE = "embed-image.png";
3+
export const SITE_EMBED_IMAGE = "/embed-image.png";
44

55
export const AUTHOR_NAME = "FireIsGood";
66
export const AUTHOR_DESCRIPTION = "Programmer and blog author";

0 commit comments

Comments
 (0)