unlock-protocol / unlock

Ʉnlock is a protocol for memberships built on a blockchain.
https://unlock-protocol.com
MIT License
845 stars 251 forks source link

feature(unlock-app): Remove `dashboard` page and configure redirect in Nextjs #14987

Closed 0xTxbi closed 3 weeks ago

0xTxbi commented 3 weeks ago

Description

This PR introduces the removal of the dashboard page from the application’s page router. Previously, the dashboard page redirected to the locks page; this redirection is now managed directly in the Next.js configuration, improving routing efficiency and simplifying the codebase.

Issues

Fixes # Refs #13673

Checklist: