mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
19 lines
402 B
TOML
19 lines
402 B
TOML
[build]
|
|
base = ""
|
|
command = "yarn build:prod"
|
|
publish = "docs/.vitepress/dist"
|
|
ignore = "git diff --quiet HEAD^ HEAD docs/ netlify.toml package.json yarn.lock .node-version"
|
|
|
|
[build.processing]
|
|
skip_processing = true
|
|
|
|
[[plugins]]
|
|
package = "@netlify/plugin-lighthouse"
|
|
|
|
[plugins.inputs]
|
|
fail_deploy_on_score_thresholds = "true"
|
|
|
|
[plugins.inputs.thresholds]
|
|
accessibility = 1
|
|
best-practices = 1
|
|
seo = 1
|