Skip to content

Commit 405b80a

Browse files
authored
docs: fix provider link (#751)
1 parent 2eb13a5 commit 405b80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website-new/docs/issues/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import WebpackConfig from '@components/config/\_webpackConfig.mdx';
66

77
出现这个问题是因为 garfish 无法从子应用中正确获取到 `provider` 导出函数,可以先按照以下步骤自查:
88

9-
1. 检查子应用是否正确 export 了 provider 函数。[参考](/guide/start#2导出-provider-函数)
9+
1. 检查子应用是否正确 export 了 provider 函数。[参考](/guide/quick-start/start#2导出-provider-函数)
1010
2. 检查子应用是否正确配置了 webpack 的 output 配置:
1111

1212
<WebpackConfig />

0 commit comments

Comments
 (0)