File tree 3 files changed +6
-6
lines changed
tests/docs/smoke-all/2025/03/07/issue-12222
preview-image-and-empty-meta-image
preview-image-and-no-meta-image
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
html :
10
10
ensureFileRegexMatches :
11
11
-
12
- - ' \<img src="posts/ post-with-code/ image.jpg'
13
- - ' \<img src="posts/ welcome/ thumbnail.jpg'
12
+ - ' \<img src="posts[/|\\] post-with-code[/|\\] image.jpg'
13
+ - ' \<img src="posts[/|\\] welcome[/|\\] thumbnail.jpg'
14
14
- []
15
15
---
Original file line number Diff line number Diff line change 7
7
html :
8
8
ensureFileRegexMatches :
9
9
-
10
- - ' \<meta name="twitter:image" content="../../ posts/welcome/thumbnail.jpg'
11
- - ' \<meta property="og:image" content="../../ posts/welcome/thumbnail.jpg'
10
+ - ' \<meta name="twitter:image" content="../..[/|\\] posts/welcome/thumbnail.jpg'
11
+ - ' \<meta property="og:image" content="../..[/|\\] posts/welcome/thumbnail.jpg'
12
12
- []
13
13
image : " "
14
14
---
Original file line number Diff line number Diff line change 7
7
html :
8
8
ensureFileRegexMatches :
9
9
-
10
- - ' \<meta name="twitter:image" content="../../ posts/post-with-code/image.jpg'
11
- - ' \<meta property="og:image" content="../../ posts/post-with-code/image.jpg'
10
+ - ' \<meta name="twitter:image" content="../..[/|\\] posts/post-with-code/image.jpg'
11
+ - ' \<meta property="og:image" content="../..[/|\\] posts/post-with-code/image.jpg'
12
12
- []
13
13
---
14
14
You can’t perform that action at this time.
0 commit comments