Skip to content

fix:Implement automatic page redirect#149

Merged
DioChuks merged 1 commit intoStarkBid:mainfrom
JamesVictor-O:fix/page-redirect
Aug 29, 2025
Merged

fix:Implement automatic page redirect#149
DioChuks merged 1 commit intoStarkBid:mainfrom
JamesVictor-O:fix/page-redirect

Conversation

@JamesVictor-O
Copy link
Copy Markdown
Contributor

Description

This PR implements an automatic redirect for the /create-nfts route, ensuring users are forwarded to /create-nfts/step-one when they visit /create-nfts. This improves user flow and prevents navigation dead-ends.

Changes Made:

  • Added [page.tsx](vscode-file://vscode-app/snap/code/204/usr/share/code/resources/app/out/vs/code/electron
  • browser/workbench/workbench.html) with a server-side redirect using Next.js's redirect function.
  • No changes to existing layout or step-one page files.

Additional Notes:

  • The redirect uses Next.js server components for optimal performance.
  • No breaking changes or unnecessary re-renders introduced.

Close

Closes #144

Proof

Before

Screenshot From 2025-08-20 11-33-39

After

Screenshot From 2025-08-20 11-28-24

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 20, 2025

Deploy Preview for starkbid-stable ready!

Name Link
🔨 Latest commit 0633dc8
🔍 Latest deploy log https://app.netlify.com/projects/starkbid-stable/deploys/68a5a55c2f66e2000860978e
😎 Deploy Preview https://deploy-preview-149--starkbid-stable.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 20, 2025

Deploy Preview for starkbid ready!

Name Link
🔨 Latest commit 0633dc8
🔍 Latest deploy log https://app.netlify.com/projects/starkbid/deploys/68a5a55ca8eacc00083d3534
😎 Deploy Preview https://deploy-preview-149--starkbid.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@JamesVictor-O JamesVictor-O marked this pull request as ready for review August 20, 2025 10:37
@codeZe-us codeZe-us self-requested a review August 20, 2025 23:54
@DioChuks DioChuks self-requested a review August 29, 2025 21:49
@DioChuks DioChuks merged commit d4b4848 into StarkBid:main Aug 29, 2025
8 of 9 checks passed
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

Successfully merging this pull request may close these issues.

Add redirect from /create-nfts to /create-nfts/step-one

2 participants