update
This commit is contained in:
parent
1c1c037beb
commit
d33cf20727
|
@ -27,5 +27,5 @@ if (userThemes) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a custom instance of ExpressiveCode
|
// 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"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": "^4.5.9"
|
"astro": "^4.5.9",
|
||||||
"@matthiesenxyz/astro-gists": "workspace:*",
|
"@matthiesenxyz/astro-gists": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/mdx": "^2.2.1",
|
"@astrojs/mdx": "^2.2.1",
|
||||||
|
|
Loading…
Reference in New Issue