We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cddd2de commit 1e93635Copy full SHA for 1e93635
scripts/thumb-urls.js
@@ -3,7 +3,7 @@ const glob = require('glob');
3
const path = require('path');
4
5
const buildDir = path.join(__dirname, '../build');
6
-const files = glob.sync(path.join(buildDir, '**/index.html'));
+const files = glob.sync(path.join(buildDir, '**/*.html'));
7
8
for (const file of files) {
9
const urlPathname = path
0 commit comments