Feature/worker threads generation (#43)
* Add worker threads architecture plan for blog generation * fix: tries to optimize rendering, still slow * feat: moved site rendering into web worker * fix: calendar grabs from central data source for calendar * fix: feeds now use blog language content and not canonical content --------- Co-authored-by: hugo <hugoms@me.com>
This commit is contained in:
4
src/renderer/types/highlightjs-cdn-assets.d.ts
vendored
Normal file
4
src/renderer/types/highlightjs-cdn-assets.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '@highlightjs/cdn-assets/es/highlight.min.js' {
|
||||
import hljs from 'highlight.js';
|
||||
export default hljs;
|
||||
}
|
||||
Reference in New Issue
Block a user