forked from jsnbuchanan/crowd-funder-for-time-pwa
- Fix schema validation mismatch between "project-details" and "project" - Update VALID_DEEP_LINK_ROUTES to include "project" instead of "project-details" - Update deepLinkSchemas to use "project" route name - Update documentation to reflect correct route name - Resolves "Invalid route path: project" errors in deep link handling The deep link timesafari://project/01JWH0YAB3MAGBD751VAJAXQ17 now works correctly and routes to the ProjectViewView component as expected. Fixes: Deep link validation errors for project routes