mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 08:20:58 +00:00 
			
		
		
		
	Change crossorigin to crossOrigin
Co-Authored-By: Shagon94 <9140783+shagon94@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									f96154189b
								
							
						
					
					
						commit
						ae3634e9d4
					
				@ -9,7 +9,7 @@ export default function Document() {
 | 
			
		||||
          content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
 | 
			
		||||
        />
 | 
			
		||||
        <meta name="apple-mobile-web-app-capable" content="yes" />
 | 
			
		||||
        <link rel="manifest" href="/site.webmanifest?v=4" crossorigin="use-credentials" />
 | 
			
		||||
        <link rel="manifest" href="/site.webmanifest?v=4" crossOrigin="use-credentials" />
 | 
			
		||||
        <link rel="mask-icon" href="/safari-pinned-tab.svg?v=4" color="#1e9cd7" />
 | 
			
		||||
      </Head>
 | 
			
		||||
      <body>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user