추가: 티어표 공유 링크 동적 메타 생성

This commit is contained in:
2026-04-03 16:36:04 +09:00
parent f98524390b
commit 28c6dafa02
7 changed files with 106 additions and 3 deletions

View File

@@ -25,6 +25,10 @@ export function editorPath(topicId, tierListId, { preview = false } = {}) {
return preview ? `${base}?preview=1` : base
}
export function shareEditorPath(topicId, tierListId) {
return `/share/editor/${encodeSegment(topicId)}/${encodeSegment(tierListId)}`
}
export function mePath() {
return '/me'
}