Minor Changes
-
#1362
0814afe
Thanks @deini! - If app is not running on Vercel's infra,<Analytics />
and<SpeedInsights />
are not rendered.Opt-out of vercel analytics and speed insights by setting the following env vars to
true
DISABLE_VERCEL_ANALYTICS
DISABLE_VERCEL_SPEED_INSIGHTS
-
#1354
3d298c7
Thanks @jorgemoya! - Move address forms in account to their own /add and /edit pages. -
#1280
27cbfd2
Thanks @bookernath! - Add dynamic favicon from API on a static route -
#1357
3176491
Thanks @jorgemoya! - Add /account/settings/change-password route for change password form.
Patch Changes
-
#1361
dd10d06
Thanks @jorgemoya! - Enforce use of next-intl's wrapper navigation APIs. -
#1360
00f72dd
Thanks @jorgemoya! - Change LocalePrefix mode toas-needed
, since there's an issue that is causing caching problems when usingnever
.More info about LocalePrefixes: https://next-intl-docs.vercel.app/docs/routing#shared-configuration
Open issue: amannn/next-intl#786 -
#1338
d50613a
Thanks @bc-yevhenii-buliuk! - improve redirect behavior after change password on account page -
#1358
48db1b8
Thanks @jorgemoya! - Update da and fr translations to use correct string templates. -
#1368
d032e65
Thanks @jorgemoya! - Localize metadata titles. -
#1369
c9a5ab5
Thanks @jorgemoya! - Pass in default channel to favicon query, sincegetLocale
can't be used in routes.