返回 marp
netlify.toml
根目录 / netlify.toml
1 [build]
2 publish = "website/out"
3 command = "yarn workspace @marp-team/marp-website export"
4
5 [[headers]]
6 for = "/*"
7 [headers.values]
8 Permissions-Policy = "interest-cohort=()"
9
9 lines TOML