mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 15:56:23 -04:00
22 lines
542 B
YAML
22 lines
542 B
YAML
version: 1
|
|
snapshot:
|
|
widths: [450, 1050] # px
|
|
enable-javascript: true
|
|
percy-css: |
|
|
div.embed, iframe, video {
|
|
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'
|
|
ignore-files: '**/license/*.html,**/privacy/*.html,**/stats/*.html,**/leo/*.html,**/birthday/*.html,**/hillary/*.html'
|
|
agent:
|
|
asset-discovery:
|
|
network-idle-timeout: 2000 # ms
|