Skip to content

Commit

Permalink
default highlight theme + content refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Aug 11, 2024
1 parent 7f3eb34 commit 6512dba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export default defineNuxtConfig({
},
highlight: {
theme: {
default: 'monokai',
light: 'light-plus',
dark: 'monokai'
},
Expand All @@ -95,6 +96,11 @@ export default defineNuxtConfig({
'graphql',
'gql'
]
},
experimental: {
search: {
indexed: true
}
}
},

Expand Down

0 comments on commit 6512dba

Please sign in to comment.