The default template contains the following line:
<link rel="shortcut icon" href="favicon.ico">
However, if we put a favicon.ico file in the root src folder, it will not be copied to the output folder. We also have the SourceFoldersToCopy parameter in docnet.json. It would be nice to have a way to customize path to favicon.ico and copy the corresponded file by default.
The default template contains the following line:
However, if we put a
favicon.icofile in the root src folder, it will not be copied to the output folder. We also have theSourceFoldersToCopyparameter indocnet.json. It would be nice to have a way to customize path tofavicon.icoand copy the corresponded file by default.