Good afternoon everyone! I am using a multilingual module (@nuxtjs/i18n and I use prefix_and_default strategy) and I have encountered the problem of multiple routes repeating in the config for each language
Here is an example of nuxt.config.ts configuration for supabase
Good afternoon everyone! I am using a multilingual module (
@nuxtjs/i18n
and I useprefix_and_default
strategy) and I have encountered the problem of multiple routes repeating in the config for each languageHere is an example of
nuxt.config.ts
configuration for supabaseHere is an example of
nuxt.config.ts
configuration i18nIs it possible to add an option in the supabase setup that would avoid this problem?
Thank you!