Skip to content

Commit

Permalink
fix: doc build error
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Sep 11, 2024
1 parent 3fdffa9 commit af3c3a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default defineConfig({
For example, consider the following code with multiple routes. By setting `output.ssg` to `true`, it will only render the entry route (`/`) by default.
import SelfRouteExample from '@site-docs-en/components/self-route-example';
import SelfRouteExample from '@site-docs/components/self-route-example';
<SelfRouteExample />
Expand Down

0 comments on commit af3c3a1

Please sign in to comment.