fix: adapt vercel cleanurls (#487)
Co-authored-by: Harrison <Harrison@fanruan.com>
This commit is contained in:
		
							parent
							
								
									2a6b9a9ea0
								
							
						
					
					
						commit
						e9f4e28a2d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -53,7 +53,7 @@ function TagContent(props: QuartzComponentProps) {
 | 
				
			||||||
            return (
 | 
					            return (
 | 
				
			||||||
              <div>
 | 
					              <div>
 | 
				
			||||||
                <h2>
 | 
					                <h2>
 | 
				
			||||||
                  <a class="internal tag-link" href={`./${tag}`}>
 | 
					                  <a class="internal tag-link" href={`../tags/${tag}`}>
 | 
				
			||||||
                    #{tag}
 | 
					                    #{tag}
 | 
				
			||||||
                  </a>
 | 
					                  </a>
 | 
				
			||||||
                </h2>
 | 
					                </h2>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue