feat: add theme previews
This commit is contained in:
parent
94fee82893
commit
768b011961
7 changed files with 96 additions and 6 deletions
|
@ -30,6 +30,9 @@ export default defineNuxtConfig({
|
|||
messageGroupingMaxDifference: 300000,
|
||||
buildTimeString: new Date().toISOString(),
|
||||
gitHash: process.env.GIT_SHORT_REV || "N/A",
|
||||
defaultThemes: [
|
||||
"light", "ash", "dark"
|
||||
]
|
||||
}
|
||||
},
|
||||
/* nitro: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue