@@ -58,10 +58,10 @@ describe('i18n domains', () => {
58
58
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
59
59
<url>
60
60
<loc>https://fr.nuxtseo.com/fr</loc>
61
- <xhtml:link rel="alternate" hreflang="en-US" href="https://fr. nuxtseo.com/en" />
62
- <xhtml:link rel="alternate" hreflang="es-ES" href="https://fr .nuxtseo.com/es" />
61
+ <xhtml:link rel="alternate" hreflang="en-US" href="https://nuxtseo.com/en" />
62
+ <xhtml:link rel="alternate" hreflang="es-ES" href="https://es .nuxtseo.com/es" />
63
63
<xhtml:link rel="alternate" hreflang="fr-FR" href="https://fr.nuxtseo.com/fr" />
64
- <xhtml:link rel="alternate" hreflang="x-default" href="https://fr. nuxtseo.com/en" />
64
+ <xhtml:link rel="alternate" hreflang="x-default" href="https://nuxtseo.com/en" />
65
65
</url>
66
66
<url>
67
67
<loc>https://fr.nuxtseo.com/__sitemap/url</loc>
@@ -72,10 +72,10 @@ describe('i18n domains', () => {
72
72
</url>
73
73
<url>
74
74
<loc>https://fr.nuxtseo.com/fr/test</loc>
75
- <xhtml:link rel="alternate" hreflang="en-US" href="https://fr. nuxtseo.com/en/test" />
76
- <xhtml:link rel="alternate" hreflang="es-ES" href="https://fr .nuxtseo.com/es/test" />
75
+ <xhtml:link rel="alternate" hreflang="en-US" href="https://nuxtseo.com/en/test" />
76
+ <xhtml:link rel="alternate" hreflang="es-ES" href="https://es .nuxtseo.com/es/test" />
77
77
<xhtml:link rel="alternate" hreflang="fr-FR" href="https://fr.nuxtseo.com/fr/test" />
78
- <xhtml:link rel="alternate" hreflang="x-default" href="https://fr. nuxtseo.com/en/test" />
78
+ <xhtml:link rel="alternate" hreflang="x-default" href="https://nuxtseo.com/en/test" />
79
79
</url>
80
80
</urlset>"
81
81
` )
0 commit comments