Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] docs url에 /docs/docs 반복 #119

Open
clockk opened this issue Nov 30, 2024 · 0 comments
Open

[docs] docs url에 /docs/docs 반복 #119

clockk opened this issue Nov 30, 2024 · 0 comments

Comments

@clockk
Copy link
Contributor

clockk commented Nov 30, 2024

안녕하세요
현재 pie docs 문서 url에 docs가 두 번 포함되어있습니다
예: naverpaydev.github.io/pie/docs/docs/@naverpay/react-pdf/

이는 의도된 동작인가요? 아니면 수정이 필요한 부분일까요?

docusaurus.config.ts내에 baseUrl을 수정하면 반복되는 'docs'를 수정할 수 있을 것 같습니다

as-is
// https://naverpaydev.github.io/pie/docs/docs/@naverpay/react-pdf/
baseUrl: '/pie/docs/',  

to-be
// https://naverpaydev.github.io/pie/docs/@naverpay/react-pdf/
baseUrl: '/pie/', 

의도되지 않은 부분이고 수정/기여가 필요하다면 PR을 생성하겠습니다

감사합니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant