Skip to content

Commit b1c8465

Browse files
committed
Fix dead link in docs
1 parent 1159aa7 commit b1c8465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineConfig({
5656
},
5757
],
5858
],
59-
srcExclude: ["documentation-style-guide.md"],
59+
srcExclude: ["**/README.md", "documentation-style-guide.md"],
6060
description:
6161
"Prism is a powerful Laravel package for integrating Large Language Models (LLMs) into your applications.",
6262
themeConfig: {

0 commit comments

Comments
 (0)