Skip to content

Commit 5f71bab

Browse files
committed
Update _config.yml
Exclude sitemap.xml from localization to avoid duplicate sitemap issue
1 parent ffee120 commit 5f71bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ baseurl: ""
155155
# Polyglot Settings
156156
languages: ["en", "ko", "es", "pt-BR", "ja", "fr", "de"]
157157
default_lang: "en"
158-
exclude_from_localization: ["javascript", "images", "css", "public", "assets"]
158+
exclude_from_localization: ["javascript", "images", "css", "public", "assets", "sitemap"]
159159
parallel_localization: false
160160
lang_from_path: true
161161

0 commit comments

Comments
 (0)