Skip to content

Commit

Permalink
Update libs/features/personalization/preview.js
Browse files Browse the repository at this point in the history
add nala folder to exclusions
  • Loading branch information
vgoodric authored Jan 8, 2025
1 parent 5e01a3a commit 96734bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/features/personalization/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ function addHighlightData(manifests) {
}
export async function saveToMmm() {
const data = parseMepConfig();
const excludedStrings = ['/drafts/', '.stage.', '.page/', '.live/', '/fragments/'];
const excludedStrings = ['/drafts/', '.stage.', '.page/', '.live/', '/fragments/', '/nala/'];
if (excludedStrings.some((str) => data.page.url.includes(str))) return false;
data.activities = data.activities.filter((activity) => {
const { url, source } = activity;
Expand Down

0 comments on commit 96734bb

Please sign in to comment.