Skip to content

Commit 3edb632

Browse files
authored
Merge pull request #260 from emeraldjava/feature/expressive-code-plugin
Feature/expressive code plugin
2 parents 88529bd + c28e43e commit 3edb632

17 files changed

+553
-121
lines changed

astro.config.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import react from "@astrojs/react";
44
import remarkToc from "remark-toc";
55
import remarkCollapse from "remark-collapse";
66
import sitemap from "@astrojs/sitemap";
7-
import { SITE } from "./src/config";
7+
//import { SITE } from "./src/config";
8+
9+
import expressiveCode from "astro-expressive-code";
810

911
// https://astro.build/config
1012
export default defineConfig({
@@ -24,6 +26,7 @@ export default defineConfig({
2426
}),
2527
react(),
2628
sitemap(),
29+
expressiveCode(),
2730
],
2831
image: {
2932
// see https://docs.astro.build/en/reference/errors/missing-sharp/

0 commit comments

Comments
 (0)