Rename fuse.js -> fuse.basic.min.js
- denoting we are using basic version
This commit is contained in:
		
							parent
							
								
									530044033e
								
							
						
					
					
						commit
						c9f7c54ae6
					
				|  | @ -72,7 +72,7 @@ | |||
| {{- if (eq .Layout `search`) -}} | ||||
| <link crossorigin="anonymous" rel="preload" as="fetch" href="../index.json"> | ||||
| {{- $fastsearch := resources.Get "js/fastsearch.js" | js.Build (dict "params" (dict "fuseOpts" .Site.Params.fuseOpts)) }} | ||||
| {{- $fusejs := resources.Get "js/fuse.js" }} | ||||
| {{- $fusejs := resources.Get "js/fuse.basic.min.js" }} | ||||
| {{- if not .Site.Params.assets.disableFingerprinting }} | ||||
| {{- $search := (slice $fusejs $fastsearch ) | resources.Concat "assets/js/search.js" | minify | fingerprint }} | ||||
| <script defer crossorigin="anonymous" src="{{ $search.RelPermalink }}" integrity="{{ $search.Data.Integrity }}"></script> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Aditya Telange
						Aditya Telange