mirror of
https://github.com/Axorax/awesome-free-apps.git
synced 2025-12-29 16:14:53 +00:00
Update: {unknown}
This commit is contained in:
2
index.js
2
index.js
@@ -28,7 +28,7 @@ function create(file, fileName, emoji) {
|
||||
result.push(lines[i]);
|
||||
}
|
||||
|
||||
fs.writeFileSync(`${outputDir}/${fileName}.md`, result.join('\n').replaceAll('./filter/', '').replaceAll('src="./', 'src="../'));
|
||||
fs.writeFileSync(`${outputDir}/${fileName}.md`, result.join('\n').replaceAll('./filter/', '').replaceAll('href="./', 'href="../').replaceAll('src="./', 'src="../'));
|
||||
console.log(`${fileName} time: \x1b[32m${Date.now() - startTime}ms\x1b[0m`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user