Skip to content

Commit

Permalink
make image masking more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed May 16, 2024
1 parent 443bbec commit 45f5f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lostpixel.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const config: CustomProjectConfig = {
baseUrl: "http://172.17.0.1:3000",
mask: [
{ selector: '.sidebar-promo' },
{ selector: 'img' },
{ selector: 'article img' },
]
},
lostPixelProjectId: "clb5ek3mm1772001qqg7yban38",
Expand Down

0 comments on commit 45f5f83

Please sign in to comment.