Skip to content

Commit

Permalink
docs(main): fix failed to resolve rspackTip.mdx (web-infra-dev#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Jul 19, 2023
1 parent 79e8df1 commit e94fd02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 1

# Using Rspack

import Rspack from '@modern-js/builder-doc/docs/en/shared/rspack-tip.mdx';
import Rspack from '@modern-js/builder-doc/docs/en/shared/rspackTip.mdx';

<Rspack />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1

# 使用 Rspack

import Rspack from '@modern-js/builder-doc/docs/zh/shared/rspack-tip.mdx';
import Rspack from '@modern-js/builder-doc/docs/zh/shared/rspackTip.mdx';

<Rspack />

Expand Down

0 comments on commit e94fd02

Please sign in to comment.