Skip to content

Commit

Permalink
fix(plugin-comment): fix rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 30, 2024
1 parent 0c0a650 commit 7ba0244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/blog/plugin-comment/rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export default [
base: 'client',
files: [
...COMMENT_PROVIDERS.map((name) => `components/${name}Comment`),
'pageview/artalk',
'pageview/noop',
'pageview/waline',
'config',
'index',
],
Expand Down

0 comments on commit 7ba0244

Please sign in to comment.