mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: adapt vercel cleanurls (#487)
Co-authored-by: Harrison <Harrison@fanruan.com>
This commit is contained in:
		@@ -53,7 +53,7 @@ function TagContent(props: QuartzComponentProps) {
 | 
			
		||||
            return (
 | 
			
		||||
              <div>
 | 
			
		||||
                <h2>
 | 
			
		||||
                  <a class="internal tag-link" href={`./${tag}`}>
 | 
			
		||||
                  <a class="internal tag-link" href={`../tags/${tag}`}>
 | 
			
		||||
                    #{tag}
 | 
			
		||||
                  </a>
 | 
			
		||||
                </h2>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user