From 12facc76564f9692326459fcd69e3d8498b1ddac Mon Sep 17 00:00:00 2001 From: Jamie Folsom Date: Mon, 20 May 2024 16:38:24 -0400 Subject: [PATCH] Re-remove expressive code. --- astro.config.mjs | 4 +--- package-lock.json | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index defd50b..f0ef935 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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/', @@ -36,5 +34,5 @@ export default defineConfig({ directory: 'reference' } }] - }), expressiveCode()] + })], }); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 27cafe6..4863d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,6 +11,7 @@ "@astrojs/check": "^0.7.0", "@astrojs/starlight": "^0.23.1", "astro": "^4.8.6", + "astro-expressive-code": "^0.35.3", "sharp": "^0.32.5", "typescript": "^5.4.2" }