1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 04:38:28 -04:00
jarv.is/.percy.yml
2021-08-25 12:03:09 -04:00

32 lines
595 B
YAML

version: 2
snapshot:
widths:
- 450
- 1050
enable-javascript: true
percy-css: >
div.embed,
iframe,
video,
img[src$=".gif"],
div#meta-hits {
display: none !important;
}
*,
::before,
::after {
animation: none !important;
transition-duration: 0s !important;
transition-delay: 0s !important;
}
static:
include:
- "index.html"
- "uses/index.html"
- "notes/how-to-pull-request-fork-github/index.html"
- "notes/shodan-search-queries/index.html"
discovery:
network-idle-timeout: 750
disable-cache: true