Feat/webworker for incremental render (#51)

* feat: web worker for incremental render

* feat: optimizing incremental render for date archives

* feat: more work on web worker

* fix: blogmark process handled defaulting wrong

---------

Co-authored-by: hugo <hugoms@me.com>
This commit is contained in:
Georg Bauer
2026-03-13 13:27:45 +01:00
committed by GitHub
parent 101036e58e
commit 914af9831d
11 changed files with 1485 additions and 312 deletions

View File

@@ -449,6 +449,8 @@ async function processBlogmarkDeepLink(rawDeepLink: string): Promise<void> {
content: transformResult.post.content,
tags: transformResult.post.tags,
categories: transformResult.post.categories,
language: (metadata as { mainLanguage?: string } | null)?.mainLanguage || undefined,
author: (metadata as { defaultAuthor?: string } | null)?.defaultAuthor || undefined,
});
const blogmarkCreatedPayload = {