mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
feat: add initial OG data and improve genrator system
This commit is contained in:
@@ -51,7 +51,7 @@ export class ProfileDB {
|
||||
const image = this.#assets.getPath(
|
||||
'profile',
|
||||
structure.avatar,
|
||||
)?.url
|
||||
);
|
||||
structure.avatar = image || null;
|
||||
}
|
||||
if (structure.resumeImage) {
|
||||
|
||||
Reference in New Issue
Block a user