mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 19:30:29 -04:00
24 lines
429 B
YAML
24 lines
429 B
YAML
version: 1
|
|
snapshot:
|
|
widths: [375, 1280] # px
|
|
enable-javascript: true
|
|
percy-css: |
|
|
video {
|
|
display: none;
|
|
}
|
|
div.embed {
|
|
display: none;
|
|
}
|
|
div.highlight {
|
|
border: 0; /* no clue why this bugs out... */
|
|
}
|
|
.wave, .beat {
|
|
animation: none;
|
|
}
|
|
static-snapshots:
|
|
path: public/
|
|
snapshot-files: '**/index.html'
|
|
agent:
|
|
asset-discovery:
|
|
network-idle-timeout: 10000 # ms
|