Skip to content

Commit

Permalink
Correct cache key for single site, single sitemap
Browse files Browse the repository at this point in the history
Signed-off-by: Marty Friedel <[email protected]>
  • Loading branch information
martyf committed Aug 30, 2022
1 parent c675e75 commit 3a095a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Support/Sitemapamic.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function getCacheKeys()
->toArray();
} else {
// just return the key
return [$key];
return [$key.'.'.Site::default()];
}
} elseif ($mode === 'multiple') {
// get the loaders
Expand Down

0 comments on commit 3a095a4

Please sign in to comment.