Skip to content

Commit 075892a

Browse files
committed
chore: bump snapshot
1 parent 292deb0 commit 075892a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/integration/i18n/domains.test.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ describe('i18n domains', () => {
5858
<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">
5959
<url>
6060
<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" />
6363
<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" />
6565
</url>
6666
<url>
6767
<loc>https://fr.nuxtseo.com/__sitemap/url</loc>
@@ -72,10 +72,10 @@ describe('i18n domains', () => {
7272
</url>
7373
<url>
7474
<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" />
7777
<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" />
7979
</url>
8080
</urlset>"
8181
`)

0 commit comments

Comments
 (0)