Skip to content

Commit

Permalink
🦄 refactor: 结构调整
Browse files Browse the repository at this point in the history
  • Loading branch information
白云苍狗 committed Sep 27, 2024
1 parent 60125f6 commit 6d0b20e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitepress-theme-async/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const defineConfig = (config: UserConfig<AsyncThemeConfig>) => {
console.log();
if (config?.themeConfig?.rss?.enable) {
await selfBuildEnd?.(siteConfig);
(await import('../plugin/rss'))?.genFeed(siteConfig);
(await import('./rss'))?.genFeed(siteConfig);
}
};

Expand Down
1 change: 1 addition & 0 deletions packages/vitepress-theme-async/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"composables",
"config/index.js",
"config/index.d.ts",
"plugin",
"layouts",
"styles",
"types",
Expand Down

0 comments on commit 6d0b20e

Please sign in to comment.