diff --git a/website/build/typedoc.js b/website/build/typedoc.js index cb222aa2a9..57548a74c7 100644 --- a/website/build/typedoc.js +++ b/website/build/typedoc.js @@ -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`,