Closed deini closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
catalyst-latest | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 29, 2024 10:29pm |
Latest commit: 547dda78d40aad9dfd8bc63152af3d3c6d51b036
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Lighthouse ran against https://catalyst-latest-fi7mrrql6-bigcommerce-platform.vercel.app
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 84 |
🟢 Accessibility | 100 |
🟢 Best practices | 96 |
🟠 SEO | 82 |
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 89 |
🟢 Accessibility | 100 |
🟢 Best practices | 96 |
🟠 SEO | 85 |
What/Why?
This PR splits the
with-routes
middleware into 3:This simplifies
with-routes
and allows us to remove thelocale
var we were mutating/accessing all over the place.