Skip to content

Commit

Permalink
Remove integration import from astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
louisescher committed Dec 17, 2024
1 parent f86137b commit d7defc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/astro.config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import starlight from '@astrojs/starlight';
import onestWoff2 from '@fontsource-variable/onest/files/onest-latin-wght-normal.woff2?url';
import ui from '@studiocms/ui'
import { defineConfig, envField } from 'astro/config';
import rehypePluginKit from './src/plugins/rehypePluginKit';

Expand Down Expand Up @@ -197,6 +196,5 @@ export default defineConfig({
},
],
}),
// ui(),
],
});

0 comments on commit d7defc8

Please sign in to comment.