fix(resources): Use full path to font when cdnCache is false (#976)
This commit is contained in:
		@@ -228,7 +228,7 @@ export const ComponentResources: QuartzEmitterPlugin<Options> = (opts?: Partial<
 | 
			
		||||
 | 
			
		||||
            googleFontsStyleSheet = googleFontsStyleSheet.replace(
 | 
			
		||||
              url,
 | 
			
		||||
              `/static/fonts/${filename}.ttf`,
 | 
			
		||||
              `https://${cfg.baseUrl}/static/fonts/${filename}.ttf`,
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
            promises.push(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user