diff --git a/helix-query.yaml b/helix-query.yaml index 3d5bcba..f4f9c9e 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -11,7 +11,7 @@ indices: exclude: - '**/fragments/**' - '**/drafts/**' - target: /query-index.xlsx + target: /blog/query-index.xlsx properties: &minProps author: select: head > meta[name="author"] @@ -70,7 +70,7 @@ indices: - '**/drafts/**' properties: <<: *minProps - target: /uk/query-index.xlsx + target: /uk/blog/query-index.xlsx blog-uk-us: include: @@ -107,7 +107,7 @@ indices: - '**/drafts/**' properties: <<: *minProps - target: /au/query-index.xlsx + target: /au/blog/query-index.xlsx blog-au-us: include: @@ -145,7 +145,7 @@ indices: - '**/drafts/**' properties: <<: *minProps - target: /fr/query-index.xlsx + target: /fr/blog/query-index.xlsx blog-de: include: @@ -162,7 +162,7 @@ indices: - '**/drafts/**' properties: <<: *minProps - target: /de/query-index.xlsx + target: /de/blog/query-index.xlsx blog-jp: include: @@ -178,7 +178,7 @@ indices: - '**/drafts/**' properties: <<: *minProps - target: /jp/query-index.xlsx + target: /jp/blog/query-index.xlsx blog-kr: include: @@ -192,4 +192,4 @@ indices: - '**/drafts/**' properties: <<: *minProps - target: /kr/query-index.xlsx + target: /kr/blog/query-index.xlsx diff --git a/helix-sitemap.yaml b/helix-sitemap.yaml index f210bc6..2b77159 100644 --- a/helix-sitemap.yaml +++ b/helix-sitemap.yaml @@ -6,37 +6,37 @@ sitemaps: lastmod: YYYY-MM-DD languages: default: - source: /query-index.json + source: /blog/query-index.json destination: /blog/sitemap.xml hreflang: en alternate: /{path} uk: - source: /uk/query-index.json + source: /uk/blog/query-index.json destination: /blog/sitemap-uk.xml hreflang: en-gb alternate: /uk/{path} au: - source: /au/query-index.json + source: /au/blog/query-index.json destination: /blog/sitemap-au.xml hreflang: en-au alternate: /au/{path} fr: - source: /fr/query-index.json + source: /fr/blog/query-index.json destination: /blog/sitemap-fr.xml hreflang: fr alternate: /fr/{path} de: - source: /de/query-index.json + source: /de/blog/query-index.json destination: /blog/sitemap-de.xml hreflang: de alternate: /de/{path} jp: - source: /jp/query-index.json + source: /jp/blog/query-index.json destination: /blog/sitemap-jp.xml hreflang: ja alternate: /jp/{path} kr: - source: /kr/query-index.json + source: /kr/blog/query-index.json destination: /blog/sitemap-kr.xml hreflang: ko alternate: /kr/{path}