diff --git a/apps/docs/docusaurus.config.ts b/apps/docs/docusaurus.config.ts index 1508b196..868a1aae 100644 --- a/apps/docs/docusaurus.config.ts +++ b/apps/docs/docusaurus.config.ts @@ -12,7 +12,7 @@ const config: Config = { url: 'https://naverpaydev.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/pie/docs/', + baseUrl: '/pie/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/package.json b/package.json index 060d4a66..d00eeaab 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/", + "homepage": "https://naverpaydev.github.io/pie/", "description": "common packages of naver financial fe", "version": "0.0.0", "scripts": { diff --git a/packages/es-http-status-codes/package.json b/packages/es-http-status-codes/package.json index a3a54a9e..8f656a72 100644 --- a/packages/es-http-status-codes/package.json +++ b/packages/es-http-status-codes/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/es-http-status-codes/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/es-http-status-codes/", "sideEffects": false, "description": "A lightweight, tree-shakable utility for HTTP status codes and reason phrases in TypeScript/JavaScript. Auto-generated and ESM-compatible.", "keywords": [ diff --git a/packages/react-pdf/package.json b/packages/react-pdf/package.json index 8b61e605..680d4d11 100644 --- a/packages/react-pdf/package.json +++ b/packages/react-pdf/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/react-pdf/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/react-pdf/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/safe-html-react-parser/package.json b/packages/safe-html-react-parser/package.json index 6d957cc8..2e6f22dc 100644 --- a/packages/safe-html-react-parser/package.json +++ b/packages/safe-html-react-parser/package.json @@ -73,5 +73,5 @@ "dist" ], "sideEffects": false, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/safe-html-react-parser/" + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/safe-html-react-parser/" } diff --git a/packages/svg-manager/package.json b/packages/svg-manager/package.json index d62f661d..63fc3306 100644 --- a/packages/svg-manager/package.json +++ b/packages/svg-manager/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/svg-manager/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/svg-manager/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/url-param-compressor/package.json b/packages/url-param-compressor/package.json index 35de6d2c..d964652f 100644 --- a/packages/url-param-compressor/package.json +++ b/packages/url-param-compressor/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/url-param-compressor/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/url-param-compressor/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/utils/package.json b/packages/utils/package.json index a84593c7..80393c39 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/utils/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/utils/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts", diff --git a/packages/vanilla-store/package.json b/packages/vanilla-store/package.json index 4e64a52f..541d7260 100644 --- a/packages/vanilla-store/package.json +++ b/packages/vanilla-store/package.json @@ -8,7 +8,7 @@ "bugs": { "url": "https://github.com/NaverPayDev/pie/issues" }, - "homepage": "https://naverpaydev.github.io/pie/docs/docs/@naverpay/vanilla-store/", + "homepage": "https://naverpaydev.github.io/pie/docs/@naverpay/vanilla-store/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/cjs/index.d.ts",