This commit is contained in:
Adam Matthiesen 2024-03-28 12:29:16 -07:00
parent 1c1c037beb
commit d33cf20727
No known key found for this signature in database
GPG Key ID: 1A080F6B1E4AF38E
2 changed files with 3 additions and 3 deletions

View File

@ -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 })

View File

@ -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",