浏览代码

minor update

pull/141/head
abhidj0090 4 年前
父节点
当前提交
51cada3053
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9
    0
      netlify.toml

+ 9
- 0
netlify.toml 查看文件

@@ -10,5 +10,14 @@
[[plugins]]
package = "netlify-plugin-hashfiles"

[plugins.inputs]
# An array of glob patterns for pages on your site. Recursive traversal will start from these
entryPoints = [
"*.html"
]

# Directory where content-addressable files are moved and immutable cache-headers are set
staticDir = "/static/"

[[plugins]]
package = "netlify-plugin-is-website-vulnerable"

正在加载...
取消
保存