feat: add initial OG data and improve genrator system

This commit is contained in:
Morten Olsen
2022-04-03 12:18:25 +02:00
parent e6e938bd42
commit 56235d8f5e
15 changed files with 412 additions and 37 deletions

View File

@@ -51,7 +51,7 @@ export class ProfileDB {
const image = this.#assets.getPath(
'profile',
structure.avatar,
)?.url
);
structure.avatar = image || null;
}
if (structure.resumeImage) {