update
This commit is contained in:
parent
1c1c037beb
commit
d33cf20727
|
@ -27,5 +27,5 @@ if (userThemes) {
|
|||
}
|
||||
|
||||
// Create a custom instance of ExpressiveCode
|
||||
export const engine = new ExpressiveCode({ themes })
|
||||
export const engine = new ExpressiveCode({ themes: userThemes?.length ? themes : undefined })
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^4.5.9"
|
||||
"@matthiesenxyz/astro-gists": "workspace:*",
|
||||
"astro": "^4.5.9",
|
||||
"@matthiesenxyz/astro-gists": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/mdx": "^2.2.1",
|
||||
|
|
Loading…
Reference in New Issue