1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-15 17:34:28 -04:00

prettier dynamic opengraph images 💅

This commit is contained in:
2025-04-16 15:00:02 -04:00
parent a6d4056947
commit e67d49f430
7 changed files with 99 additions and 81 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ Promise<any> => {
) as FrontMatter[];
}
throw new Error(`getFrontMatter() called with invalid argument.`);
throw new Error("getFrontMatter() called with invalid argument.");
};
/** Returns the content of a post with very limited processing to include in RSS feeds */