We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d99bb1 commit bbc211cCopy full SHA for bbc211c
1 file changed
webui/ssg/index.js
@@ -16,6 +16,10 @@ const Server = require('./server');
16
console.log('skip ' + url)
17
return
18
}
19
+ if (path.extname(url.pathname) === '.ts') {
20
+ console.log('skip ' + url);
21
+ return;
22
+ }
23
if (visited.has(url.pathname)) {
24
25
0 commit comments