You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove trailing slash before query parameters in example detail URLs
- Update handleExampleSelect function to generate URLs without trailing slash before ?id parameter
- This changes URLs from /example-detail/?id=... format to /example-detail?id=... format
- Ensure consistent URL format without unnecessary trailing slashes
0 commit comments