chore: Remove Pages Router / Use App Router - more, maintenance, upgrade, connect-and-join (#16531)

* Remove Pages Router / Render App Router

* remove head component from maintenance view

* use i18n metadata
This commit is contained in:
Benny Joo
2024-12-10 14:37:25 -07:00
committed by GitHub
parent 44d6c1f3fb
commit c2c082c105
17 changed files with 23 additions and 58 deletions
@@ -28,10 +28,6 @@ checkRoute "$APP_ROUTER_BOOKING_ENABLED" app/future/booking
checkRoute "$APP_ROUTER_VIDEO_ENABLED" app/future/video
checkRoute "$APP_ROUTER_TEAM_ENABLED" app/future/team
checkRoute "$APP_ROUTER_TEAMS_ENABLED" app/future/teams
checkRoute "$APP_ROUTER_MORE_ENABLED" app/future/more
checkRoute "$APP_ROUTER_MAINTENANCE_ENABLED" app/future/maintenance
checkRoute "$APP_ROUTER_UPGRADE_ENABLED" app/future/upgrade
checkRoute "$APP_ROUTER_CONNECT_AND_JOIN_ENABLED" app/future/connect-and-join
# These are routes that don't have and environment variable to enable or disable them
# Will stop removing gradually as we test and confirm that they are working