mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 16:54:36 +00:00
plugin integration round 2
This commit is contained in:
9
quartz/resources.ts
Normal file
9
quartz/resources.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export interface JSResource {
|
||||
src: string
|
||||
loadTime: 'beforeDOMReady' | 'afterDOMReady'
|
||||
}
|
||||
|
||||
export interface StaticResources {
|
||||
css: string[],
|
||||
js: JSResource[]
|
||||
}
|
Reference in New Issue
Block a user