devscard/.percy.json
juyung 011c16fe86
Some checks failed
Main Branch / Run Prettier check (push) Has been cancelled
Main Branch / Run TypeScript check (push) Has been cancelled
Main Branch / Run Astro check (push) Has been cancelled
Main Branch / Run Percy check (push) Has been cancelled
Main Branch / Create release (push) Has been cancelled
Main Branch / Deploy to Netlify (push) Has been cancelled
Main Branch / Run Lighthouse check (push) Has been cancelled
Upload
2026-04-21 09:35:17 +09:00

18 lines
333 B
JSON

{
"version": 2,
"snapshot": {
"widths": [375, 1280],
"minHeight": 1024,
"enable-javascript": true
},
"static": {
"include": ["/index.html"]
},
"discovery": {
"allowedHostnames": ["api.iconify.design"],
"networkIdleTimeout": 750
},
"upload": {
"files": "**/*.{png,jpg,jpeg,svg,webp}"
}
}