Restructure folder

This commit is contained in:
Mike Conrad
2025-06-11 19:03:54 -04:00
parent 87e8758e40
commit fe46579aaa
11 changed files with 8 additions and 5 deletions

24
slides/setup/shiki.ts Normal file
View File

@ -0,0 +1,24 @@
import { defineShikiSetup } from '@slidev/types'
export default defineShikiSetup(() => {
return {
themes: {
dark: 'min-dark',
light: 'min-light',
},
transformers: [
// ...
],
langs: [
'dockerfile',
'docker',
'html',
'markdown',
'yaml',
'vue',
'vue-html',
'typescript',
'bash'
]
}
})