Skip to content

Disabling localization for some routes #147

Answered by ghost
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, I thought there was some function or some other setting, sorry for the dumb question!

I ended up doing something like this:

if (pathname.indexOf('blog') > -1) {
  return resolve({ ...event });
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ghost
Comment options

Answer selected by jarda-svoboda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #146 on September 13, 2023 16:41.