feat: authentication improvements
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { make } from 'vuex-pathify'
|
||||
|
||||
/* global siteConfig */
|
||||
|
||||
const state = {
|
||||
theme: {
|
||||
dark: false
|
||||
dark: siteConfig.darkMode
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user