fix: search highlight not showing because for trailing slash (#306)
This commit is contained in:
		
							parent
							
								
									b7c305e002
								
							
						
					
					
						commit
						db27557aa3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -117,7 +117,7 @@ const resultToHTML = ({ url, title, content }) => {
 | 
				
			||||||
const redir = (id, term) => {
 | 
					const redir = (id, term) => {
 | 
				
			||||||
  const shouldTrim = PRODUCTION && SEARCH_ENABLED
 | 
					  const shouldTrim = PRODUCTION && SEARCH_ENABLED
 | 
				
			||||||
  const baseURLPrefix = shouldTrim ? "" : BASE_URL.replace(/\/$/g, "")
 | 
					  const baseURLPrefix = shouldTrim ? "" : BASE_URL.replace(/\/$/g, "")
 | 
				
			||||||
  const urlString = `${baseURLPrefix}${id}#:~:text=${encodeURIComponent(term)}/`
 | 
					  const urlString = `${baseURLPrefix}${id}#:~:text=${encodeURIComponent(term)}`
 | 
				
			||||||
  window.Million.navigate(
 | 
					  window.Million.navigate(
 | 
				
			||||||
    new URL(urlString),
 | 
					    new URL(urlString),
 | 
				
			||||||
    ".singlePage",
 | 
					    ".singlePage",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue