Skip to content

Commit 84237bd

Browse files
committed
fixed new og:image source url as string
1 parent 931a291 commit 84237bd

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/content/docs/author.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77
- tag: meta
88
attrs: {
99
property: 'og:image',
10-
content: https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
10+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1111
}
1212
- tag: meta
1313
attrs: {

src/content/docs/bugs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77
- tag: meta
88
attrs: {
99
property: 'og:image',
10-
content: https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
10+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1111
}
1212
- tag: meta
1313
attrs: {

src/content/docs/contact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77
- tag: meta
88
attrs: {
99
property: 'og:image',
10-
content: https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
10+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1111
}
1212
- tag: meta
1313
attrs: {

src/content/docs/documentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77
- tag: meta
88
attrs: {
99
property: 'og:image',
10-
content: https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
10+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1111
}
1212
- tag: meta
1313
attrs: {

src/content/docs/downloads.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ head:
88
- tag: meta
99
attrs: {
1010
property: 'og:image',
11-
content: https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
11+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1212
}
1313
- tag: meta
1414
attrs: {

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ head:
1313
- tag: meta
1414
attrs: {
1515
property: 'og:image',
16-
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
16+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1717
}
1818
- tag: meta
1919
attrs: {

src/content/docs/screenshots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ head:
77
- tag: meta
88
attrs: {
99
property: 'og:image',
10-
content: https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png
10+
content: 'https://socnetv.org/data/uploads/screenshots/32/socnetv-32-lattice-961n-1860e-layout-bc.png'
1111
}
1212
- tag: meta
1313
attrs: {

0 commit comments

Comments
 (0)