Skip to content

Commit 4dd0dcb

Browse files
committed
Create GitHubActivityCalendar.astro component and remove React dependency
1 parent f349f92 commit 4dd0dcb

File tree

8 files changed

+486
-657
lines changed

8 files changed

+486
-657
lines changed

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import remarkMath from 'remark-math' /* for latex math support */
2323
import rehypeKatex from 'rehype-katex' /* again, for latex math support */
2424
import remarkGemoji from './src/plugins/remark-gemoji' /* for shortcode emoji support */
2525
import rehypePixelated from './src/plugins/rehype-pixelated' /* Custom plugin to handle pixelated images */
26-
import react from '@astrojs/react'
2726

2827
// https://astro.build/config
2928
export default defineConfig({
@@ -83,7 +82,6 @@ export default defineConfig({
8382
}), // Must come after expressive-code integration
8483
mdx(),
8584
icon(),
86-
react(),
8785
],
8886
experimental: {
8987
contentIntellisense: true,

0 commit comments

Comments
 (0)