Skip to content

Commit

Permalink
fix: vite command for storybook build
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga committed Sep 20, 2024
1 parent aef8512 commit 2ee9517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ export default defineConfig({
},
},

plugins: [marko(), rawMarkdown],
plugins: [marko({ linked: false }), rawMarkdown],
});

0 comments on commit 2ee9517

Please sign in to comment.