Skip to content

Commit

Permalink
Tweak next path invalidations
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Apr 10, 2024
1 parent 97eb9fb commit 7d727e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/stanford_decoupled/stanford_decoupled.module
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function stanford_decoupled_next_site_insert(EntityInterface $entity) {
],
'revalidator_configuration' => [
'revalidate_page' => TRUE,
'additional_paths' => "/tags/views:all\n/tags/views:$node_bundle",
'additional_paths' => "/tags/views:all/views:$node_bundle",
],
])->save();
}
Expand Down

0 comments on commit 7d727e4

Please sign in to comment.