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 7214252 commit f77e8c9Copy full SHA for f77e8c9
lib/copy.js
@@ -22,7 +22,6 @@ async function copyDocs () {
22
// Directories to copy from docs/ to public/
23
let dirs = [
24
'images',
25
- 'vendor',
26
];
27
28
await ensureDir(`${CONFIG.publicDir}`);
0 commit comments