8 lines
205 B
TOML
8 lines
205 B
TOML
[build]
|
|
command = "astro build"
|
|
publish = "dist"
|
|
|
|
[[plugins]]
|
|
# Netlify Plugin Lighthouse
|
|
# see detail: https://github.com/netlify/netlify-plugin-lighthouse
|
|
package = "@netlify/plugin-lighthouse" |