Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Sep 25, 2024
1 parent e26bc0a commit 5a44569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-index/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for (const id of folders) {
const rootUrl = `https://raw.githubusercontent.com/${REPO}/${TAG}/app-index/apps/${id}`;

const marked = new Marked();
marked.use(baseUrl(rootUrl));
marked.use(baseUrl(rootUrl + "/"));

let tags = [];
try {
Expand Down

0 comments on commit 5a44569

Please sign in to comment.