1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 14:38:30 -04:00
jarv.is/.percy.yml
2021-12-13 20:46:28 -05:00

35 lines
657 B
YAML

version: 2
snapshot:
widths:
- 450
- 1050
enable-javascript: true
percy-css: >
.embed,
iframe,
video,
img[src$=".gif"],
.loading,
#meta-hits,
#contact-form-captcha {
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"
- "contact/index.html"
discovery:
network-idle-timeout: 750
disable-cache: true