File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
- import ogImage from ' ../assets/og-image.jpg' ;
3
-
4
2
let { title, description, url } = $props ();
5
3
</script >
6
4
10
8
11
9
<meta property ="og:url" content ="https:// {url }" />
12
10
<meta property =" og:type" content =" website" />
13
- <meta property ="og:image" content ={ogImage } />
14
11
<meta property ="og:title" content ={title } />
15
12
<meta property ="og:description" content ={description } />
16
13
17
14
<meta name =" twitter:card" content =" summary_large_image" />
18
- <meta name ="twitter:image" content ={ogImage } />
19
15
<meta property ="twitter:domain" content ={url } />
20
16
<meta property ="twitter:url" content ="https:// {url }" />
21
17
<meta name ="twitter:title" content ={title } />
Original file line number Diff line number Diff line change 13
13
</section >
14
14
15
15
<style >
16
- section {
17
- display : grid ;
18
- grid-template-columns : subgrid ;
19
- grid-column : leading / trailing;
20
- }
21
-
22
- div {
23
- padding-block : var (--s-xl );
24
- text-align : center ;
25
- grid-column : c2 / c5;
26
- }
27
16
</style >
You can’t perform that action at this time.
0 commit comments