-
Hi, I decided to try your package and was pleasantly surprised. I had some difficulties with the strategy implementation. I am currently getting an error: What should I use in this casedefinePageMeta({ below I have attached an example usingdefinePageMeta({ without using it I get satisfactory routings, but without '/ua' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Duplicating the locale is not allowed, either It’s the first time I see something like this being needed. Why might this be necessary? |
Beta Was this translation helpful? Give feedback.
Duplicating the locale is not allowed, either
'/' - ua locale
'/ru' - ru locale
or
'/ua' - ua locale
'/ru' - ru locale
It’s the first time I see something like this being needed. Why might this be necessary?