Skip to content

Commit

Permalink
Update 10.different-domains.md (nuxt-modules#2072)
Browse files Browse the repository at this point in the history
Just a small, bot noticeable fix 🫶🏻🇺🇦
  • Loading branch information
mikield authored May 12, 2023
1 parent d40104c commit 077fcbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/2.guide/10.different-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export default defineNuxtConfig({
domain: 'fr.mydomain.com'
},
{
code: 'ru',
domain: 'http://ru.mydomain.com'
code: 'pl',
domain: 'http://pl.mydomain.com'
},
{
code: 'ua',
Expand Down

0 comments on commit 077fcbd

Please sign in to comment.