Skip to content

Commit 7ce9cd4

Browse files
committed
chore: set website appearence to be based on user preference
1 parent 9ee006e commit 7ce9cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const slugify = (str: string): string =>
3131

3232
export const sharedConfig = defineConfig({
3333
title: 'Vue Test Utils',
34-
appearance: 'dark',
34+
appearance: true,
3535

3636
markdown: {
3737
theme: {

0 commit comments

Comments
 (0)