mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Fix target directory for favicon manifest files
This commit is contained in:
parent
47d77e3894
commit
912c75d0a9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ const generateFavicons = (config, appPath) => {
|
|||
const callback = (err, response) => {
|
||||
handleError(err);
|
||||
writeFiles(`${appPath}/static/images/favicons`, response.images);
|
||||
writeFiles(`${appPath}/static/ui`, response.files);
|
||||
writeFiles(`${appPath}/static/images/favicons`, response.files);
|
||||
writeHtml(htmlFile, JSON.stringify(response.html));
|
||||
return;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue