Skip to content

Commit

Permalink
Fix assets sitemap exclusion (alshedivat#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 authored and hgchen committed Dec 2, 2023
1 parent 0398b0d commit 1ad486a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ plugins:
# Sitemap settings
defaults:
- scope:
path: "assets/**/*.*"
path: "assets"
values:
sitemap: false

Expand Down

0 comments on commit 1ad486a

Please sign in to comment.