Skip to content

Commit

Permalink
docs: add installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
selemondev committed Oct 10, 2024
1 parent 23d98a5 commit c43f326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const components = [
export default defineConfig({
vite: {
plugins: [
groupIconVitePlugin()
groupIconVitePlugin(),
],
},
title: 'Spark UI',
Expand Down Expand Up @@ -100,7 +100,7 @@ export default defineConfig({
},
markdown: {
config: (md) => {
applyPlugins(md);
applyPlugins(md)
md.use(groupIconMdPlugin)
},
theme: {
Expand Down

0 comments on commit c43f326

Please sign in to comment.