We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cuculus-dev/.github#27
/{username}/posts/{postId} パラメータとしてはpostIdのみを使用。 usernameが異なる場合はリダイレクトさせる https://nextjs.org/docs/app/api-reference/functions/redirect
/{username}/posts/{postId}
postId
username
The text was updated successfully, but these errors were encountered:
一旦、タイムラインなどで使用しているコンポーネントを使い回す形で対応。 投稿詳細ページはタイムラインと違って画面を大きく取れるので、それにあったデザインにする
Sorry, something went wrong.
No branches or pull requests
Community Issue
cuculus-dev/.github#27
概要
/{username}/posts/{postId}
パラメータとしては
postId
のみを使用。username
が異なる場合はリダイレクトさせるhttps://nextjs.org/docs/app/api-reference/functions/redirect
Todo
username
が異なる場合はリダイレクトさせるThe text was updated successfully, but these errors were encountered: