From 1acccfdd906970a30bbdbdfc578c0f8220d31c9e Mon Sep 17 00:00:00 2001 From: Jeongho Nam Date: Mon, 17 Feb 2025 04:06:24 +0900 Subject: [PATCH] typedoc sitemap --- website/build/typedoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,