Skip to content

Commit

Permalink
Fix the readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed May 15, 2024
1 parent aec0787 commit dda7e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ResourceItemInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default {
const temp = resourceItem.documentation.split("/");
baseUrl = temp.slice(0, temp.length - 1).join("/");
}
if (resourceItem.documentation.endsWith(".md")) {
if (resourceItem.documentation.endsWith(".md") || resourceItem.documentation.endsWith(".md/content")) {
resourceItem.baseUrl = baseUrl;
resourceItem.docs = raw_docs;
} else if (resourceItem.documentation) {
Expand Down

0 comments on commit dda7e90

Please sign in to comment.