mirror of
https://github.com/skidoodle/albert.lol.git
synced 2026-04-29 11:47:41 +02:00
path and single quotes
This commit is contained in:
+4
-4
@@ -5,10 +5,10 @@ const Document = () => {
|
||||
<>
|
||||
<Html lang='en'>
|
||||
<Head>
|
||||
<link rel="preconnect" href="https://vitals.vercel-insights.com" />
|
||||
<link rel="preconnect" href="https://ws.audioscrobbler.com" />
|
||||
<meta property="og:url" content="https://albrt.hu" />
|
||||
<meta property="og:site_name" content="albrt.hu" />
|
||||
<link rel='preconnect' href='https://vitals.vercel-insights.com' />
|
||||
<link rel='preconnect' href='https://ws.audioscrobbler.com' />
|
||||
<meta property='og:url' content='https://albrt.hu' />
|
||||
<meta property='og:site_name' content='albrt.hu' />
|
||||
<meta name='title' content='albert' />
|
||||
<meta name='og:title' content='albert' />
|
||||
<meta name='description' content='system administrator' />
|
||||
|
||||
Reference in New Issue
Block a user