Skip to content

Light theme by default #3957

Answered by brc-dd
alexgleason asked this question in Q&A
Jun 12, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

try this

import { defineConfig } from 'vitepress'

export default defineConfig({
  appearance: {
    // @ts-expect-error not fully supported yet
    initialValue: 'light'
  }
})

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@alexgleason
Comment options

@brc-dd
Comment options

@alexgleason
Comment options

@brc-dd
Comment options

Answer selected by alexgleason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants