1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Add custom logo & favicon

This commit is contained in:
Aleksandr Gumroian
2022-02-25 15:05:00 +01:00
parent d95fdf8517
commit fd7cd49790
3 changed files with 45 additions and 0 deletions

View File

@ -61,6 +61,9 @@ module.exports = {
sectionDepth: 0,
},
],
template: {
favicon: "/docs/components/logo.svg",
},
require: [
"babel-polyfill",
path.join(__dirname, "src/testUtils/mockGlobals"),
@ -73,6 +76,9 @@ module.exports = {
"node_modules/@fortawesome/fontawesome-free/css/all.min.css"
),
],
styleguideComponents: {
LogoRenderer: path.join(__dirname, "docs/components/Logo"),
},
webpackConfig: {
module: {
rules: [