website/themes/sqrl-hexo-theme-doc/plugins/favicon.js (6 lines of code) (raw):
'use strict';
const util = require('../lib/nodejs/hexo-util');
module.exports = ({hexo}) => {
const {themeConfig} = util({hexo});
themeConfig({ favicon: '/favicon.ico' });
};