1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 16:08:26 -04:00
jarv.is/.percy.yml
Jake Jarvis 9bf2d2e36b
stop hosting all of my random sites as folders on this domain
changed most of them to redirect to GitHub Pages

mental health note: stats will take a hit ;)
2020-07-12 16:37:33 -04:00

21 lines
493 B
YAML

version: 1
snapshot:
widths: [450, 1050] # px
enable-javascript: true
percy-css: |
div.embed, iframe, video, img[src$=".gif"] {
display: none;
}
code, div.highlight {
border: 0 !important; /* no clue why this bugs out... */
}
.wave, .beat {
animation: none;
}
static-snapshots:
path: public/
snapshot-files: 'index.html,notes/**/index.html,uses/index.html,previously/index.html'
agent:
asset-discovery:
network-idle-timeout: 2000 # ms