Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Dec 12, 2023
1 parent fa69902 commit 0b50351
Show file tree
Hide file tree
Showing 5 changed files with 11,445 additions and 12,081 deletions.
9 changes: 3 additions & 6 deletions .config/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,15 @@ export default defineConfig({
integrations: [
react(),
expressiveCode({
theme: 'nord',
themes: ['nord'],
// https://github.com/expressive-code/expressive-code/blob/ad08cf74095b30055e841d59497990fade634c86/packages/%40expressive-code/core/src/common/core-styles.ts
styleOverrides: {
borderRadius: 'var(--border-radius)',
uiFontFamily: 'var(--font-family-monospace)',
uiFontSize: 'var(--font-size-mini)',
codeFontFamily: 'var(--font-family-monospace)',
codeFontSize: '0.8rem'
},
frames: {
// https://github.com/expressive-code/expressive-code/blob/main/packages/%40expressive-code/plugin-frames/README.md#available-plugin-options
styleOverrides: {
codeFontSize: '0.8rem',
frames: {
frameBoxShadowCssValue: 'var(--box-shadow)'
}
}
Expand Down
Loading

1 comment on commit 0b50351

@vercel
Copy link

@vercel vercel bot commented on 0b50351 Dec 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-kremalicious.vercel.app
kremalicious.vercel.app
blog-kremalicious.vercel.app

Please sign in to comment.