Skip to content

Commit 1e93635

Browse files
committed
fix: customized social sharing previews stopped working
1 parent cddd2de commit 1e93635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/thumb-urls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const glob = require('glob');
33
const path = require('path');
44

55
const buildDir = path.join(__dirname, '../build');
6-
const files = glob.sync(path.join(buildDir, '**/index.html'));
6+
const files = glob.sync(path.join(buildDir, '**/*.html'));
77

88
for (const file of files) {
99
const urlPathname = path

0 commit comments

Comments
 (0)