Skip to content

Commit

Permalink
typedoc sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Feb 16, 2025
1 parent 53ff50f commit 1acccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/build/typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const main = async () => {
});
execute("npx typedoc --json typedoc-json/typia.json");
execute(
`npx typedoc --entryPointStrategy merge "typedoc-json/*.json" --plugin typedoc-github-theme --theme typedoc-github-theme`,
`npx typedoc --entryPointStrategy merge "typedoc-json/*.json" --plugin typedoc-github-theme --theme typedoc-github-theme --hostedBaseUrl https://typia.io/api/`,
);
await fs.promises.writeFile(
`${__dirname}/../public/api/typia.json`,
Expand Down

0 comments on commit 1acccfd

Please sign in to comment.