feat: add theme previews

This commit is contained in:
Twig 2025-07-05 17:02:22 +02:00
parent 94fee82893
commit 768b011961
No known key found for this signature in database
7 changed files with 96 additions and 6 deletions

View file

@ -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: {