File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies:
11
11
git :
12
12
url : https://github.com/Flutter-Bounty-Hunters/static_shock/
13
13
path : packages/static_shock
14
- ref : 145_add-tailwind-css-support
14
+ ref : main
15
15
16
16
dev_dependencies :
17
17
lints : ^2.0.0
Original file line number Diff line number Diff line change 22
22
<meta property =" og:url" content =" {{ homepage_url }}" />
23
23
<meta property =" og:title" content =" {{ shader.title }} | Flutter Shaders" />
24
24
<meta property =" og:description" content =" {{ description }}" />
25
- <meta property =" og:image" content =" {{ homepage_url }}/images/social.png " />
25
+ <meta property =" og:image" content =" {{ homepage_url }}{{ shader.screenshot | pathRelativeToPage }} " />
26
26
<meta property =" og:type" content =" website" />
27
27
28
28
<!-- Twitter -->
31
31
<meta name =" twitter:url" content =" {{ homepage_url }}" />
32
32
<meta name =" twitter:title" content =" {{ shader.title }} | Flutter Shaders" />
33
33
<meta name =" twitter:description" content =" {{ description }}" />
34
- <meta name =" twitter:image" content =" {{ homepage_url }}/images/social.png " />
34
+ <meta name =" twitter:image" content =" {{ homepage_url }}{{ shader.screenshot | pathRelativeToPage }} " />
35
35
36
36
<link href =" /styles/tailwind.css" rel =" stylesheet" >
37
37
You can’t perform that action at this time.
0 commit comments