1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-12-03 21:18:56 -05: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

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 */