fix: usar favicon.svg y habilitar custom.js para botón Login
All checks were successful
Deploy Site / deploy (push) Successful in 38s
All checks were successful
Deploy Site / deploy (push) Successful in 38s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7d0ba87abb
commit
b277103d9d
|
|
@ -12,7 +12,7 @@ module.exports = {
|
||||||
alt: 'DO CLOUD Logo',
|
alt: 'DO CLOUD Logo',
|
||||||
href: './',
|
href: './',
|
||||||
},
|
},
|
||||||
favicon: 'assets/favicon.png',
|
favicon: 'assets/favicon.svg',
|
||||||
|
|
||||||
// Features - DESACTIVAR MERMAID para rendimiento
|
// Features - DESACTIVAR MERMAID para rendimiento
|
||||||
search: false,
|
search: false,
|
||||||
|
|
@ -37,8 +37,8 @@ module.exports = {
|
||||||
customCss: ['assets/custom.css'],
|
customCss: ['assets/custom.css'],
|
||||||
},
|
},
|
||||||
|
|
||||||
// Custom JS - vacío para no cargar scripts innecesarios
|
// Custom JS - botón Login y Zammad form
|
||||||
customJs: [],
|
customJs: ['assets/custom.js'],
|
||||||
|
|
||||||
// Navigation
|
// Navigation
|
||||||
navigation: [
|
navigation: [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue