File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Link from '~/components/link.astro'
2121 <Link class =" link"
2222 href =" https://www.npmjs.com/package/@nulllogic/scssleon"
2323 aria-label =" SCSSLeon repository"
24- title =" SCSSLeon repository" >v1.0.7
24+ title =" SCSSLeon repository" >v1.0.8
2525 </Link >
2626 </p >
2727 </div >
Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ import {generate_rel_link} from "~/utils/links";
2525<meta property =" og:url" content ={ Astro .url } />
2626<meta property =" og:title" content ={ title } />
2727<meta property =" og:description" content ={ description } />
28- <meta property =" og:image" content ={ new URL ( image , import .meta .env .PROD ? Astro .url .origin + import .meta .env .BASE_URL : Astro .url ) } />
28+ <meta property =" og:image" content ={ import .meta .env .PROD ? Astro .url .origin + import .meta .env .BASE_URL + image : Astro .url + image } />
2929
3030<!-- Twitter -->
3131<meta property =" twitter:card" content =" summary_large_image" />
3232<meta property =" twitter:url" content ={ Astro .url } />
3333<meta property =" twitter:title" content ={ title } />
3434<meta property =" twitter:description" content ={ description } />
35- <meta property =" twitter:image" content ={ new URL ( image , import .meta .env .PROD ? Astro .url .origin + import .meta .env .BASE_URL : Astro .url ) } />
35+ <meta property =" twitter:image" content ={ import .meta .env .PROD ? Astro .url .origin + import .meta .env .BASE_URL + image : Astro .url + image } />
3636
3737<!-- Styles -->
3838<style lang =" scss" is:global >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const commit_date =
6868 <Link class =" link"
6969 href =" https://www.npmjs.com/package/@nulllogic/scssleon"
7070 aria-label =" SCSSLeon repository"
71- title =" SCSSLeon repository" >v1.0.7
71+ title =" SCSSLeon repository" >v1.0.8
7272 </Link >
7373 </div >
7474
You can’t perform that action at this time.
0 commit comments