Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config: Config = {
url: 'https://naverpaydev.github.io/',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/pie/docs/',
baseUrl: '/pie/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/es-http-status-codes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-html-react-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
2 changes: 1 addition & 1 deletion packages/svg-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/url-param-compressor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading