mirror of https://github.com/Lissy93/dashy.git
🌚 Night mode by default
This commit is contained in:
parent
9d29c89472
commit
b230561d5a
|
@ -26,6 +26,11 @@ module.exports = {
|
|||
projectName: 'dashy', // Usually your repo name.
|
||||
plugins: ['docusaurus-plugin-sass'],
|
||||
themeConfig: {
|
||||
defaultMode: 'dark',
|
||||
switchConfig: {
|
||||
darkIcon: '🌙',
|
||||
lightIcon: '☀️',
|
||||
},
|
||||
navbar: {
|
||||
title: 'Dashy',
|
||||
logo: {
|
||||
|
|
Loading…
Reference in New Issue