add twitter card
This commit is contained in:
parent
df35e1fd20
commit
fd53bc1499
|
@ -24,9 +24,15 @@ export default function PageHead() {
|
||||||
<meta property="og:url" content="http://www.riffusion." />
|
<meta property="og:url" content="http://www.riffusion." />
|
||||||
<meta property="og:locale" content="en_US" />
|
<meta property="og:locale" content="en_US" />
|
||||||
<meta property="og:website" content="http://wwww.riffusion" />
|
<meta property="og:website" content="http://wwww.riffusion" />
|
||||||
<meta name="twitter:image" content="/public/pop_sample.jpg" />
|
|
||||||
<meta property="og:image" content="/public/pop_sample.jpg" />
|
<meta property="og:image" content="/public/pop_sample.jpg" />
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta
|
||||||
|
name="twitter:title"
|
||||||
|
content="Stable diffusion for real-time music generation"
|
||||||
|
/>
|
||||||
|
<meta name="twitter:image" content="/public/pop_sample.jpg" />
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
</Head>
|
</Head>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue