Skip to content

Commit

Permalink
Re-remove expressive code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiefolsom committed May 20, 2024
1 parent 1e43ff2 commit 12facc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';

import expressiveCode from "astro-expressive-code";

// https://astro.build/config
export default defineConfig({
site: 'https://recogito.github.io/',
Expand Down Expand Up @@ -36,5 +34,5 @@ export default defineConfig({
directory: 'reference'
}
}]
}), expressiveCode()]
})],
});
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12facc7

Please sign in to comment.