Replies: 2 comments 5 replies
-
|
조씁니다👍 둘 중에 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
백엔드에서도 queryString을 받는 api endpoint를 추가해야할거 같은데.. 제가 이해한게 맞을까여? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
목표
팔만코딩경의 경우 현재 개인 블로그 처럼 쓸 수 있는 공간이지만, 개인 블로그를 홍보하려고 할 때 다른 작성자의 글도 함께 나와서 불편함이 있습니다. 그래서 복잡하지 않은 방식으로 개인 블로그 링크 생성 기능을 구현하면 어떨까 합니다.
방법
일반적으로 접속했을 경우
# 도메인 예시입니다. https://80000coding.kr/개인 블로그 링크 생성 기능
복잡하게 구현하지 않고 기존 디자인을 활용하면 좋을 것 같습니다
백엔드에서도 추가 기능 구현이 필요없어 보입니다.
프론트에서는 라우팅정도만 고려하면 될 것 같습니다.
Beta Was this translation helpful? Give feedback.
All reactions