Skip to content

Commit be980da

Browse files
jorgemoyaclaude
andauthored
fix: exclude /brands path and add PLP brands sampling to unlighthouse config (bigcommerce#2983)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a85fa42 commit be980da

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

unlighthouse.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ export default {
2626
"/early-access/*/*",
2727
"/digital-test-product/",
2828
"/blog/\\?tag=*",
29+
"/brands/",
2930
],
3031
customSampling: {
3132
"/smith-journal-13/|/dustpan-brush/|/utility-caddy/|/canvas-laundry-cart/|/laundry-detergent/|/tiered-wire-basket/|/oak-cheese-grater/|/1-l-le-parfait-jar/|/chemex-coffeemaker-3-cup/|/sample-able-brewing-system/|/orbit-terrarium-small/|/orbit-terrarium-large/|/fog-linen-chambray-towel-beige-stripe/|/zz-plant/":
3233
{ name: "PDP" },
3334
"/shop-all/|/bath/|/garden/|/kitchen/|/publications/|/early-access/": {
34-
name: "PLP",
35+
name: "PLP categories",
36+
},
37+
"/brands/sagaform/|/brands/ofs/|/brands/common-good/": {
38+
name: "PLP brands",
3539
},
3640
},
3741
// Disable throttling to avoid issues with cold start and cold cache.

0 commit comments

Comments
 (0)