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.
2 parents 7214252 + f77e8c9 commit ffe8a93Copy full SHA for ffe8a93
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