8000 Fix `srcSet` · zikunw/unifiedjs.github.io@f2c6bd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f2c6bd5

Browse files
committed
Fix srcSet
1 parent 5568764 commit f2c6bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/plugin/rehype-pictures.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default function rehypePictures(options) {
8686
(d) =>
8787
['/' + path.relative(base, d[0])] +
8888
(d[1] ? ' ' + d[1] + 'w' : '')
89-
),
89+
).join(','),
9090
media:
9191
'(prefers-color-scheme: ' +
9292
(mode ? 'dark' : 'light') +

0 commit comments

Comments
 (0)
0