-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
40 lines (33 loc) · 1.1 KB
/
Copy pathnetlify.toml
File metadata and controls
40 lines (33 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# build and deploy from _site
[build]
publish = "_site"
command = "pnpm build:all"
# [[plugins]]
# package = "@netlify/plugin-sitemap"
# # https://github.com/netlify-labs/netlify-plugin-sitemap#readme
# [plugins.inputs]
# buildDir = "public"
# exclude = [
# # By Glob pattern
# '**/404.html',
# ]
# # default is true also
# prettyURLs = true
# # Append missing trailing slash to pretty URL, only use if want .html pages to use /
# trailingSlash = true
# https://www.npmjs.com/package/netlify-plugin-js-obfuscator/v/1.0.20
# [[plugins]]
# package = "netlify-plugin-js-obfuscator"
# https://www.npmjs.com/package/netlify-plugin-submit-sitemap
[[plugins]]
package = "netlify-plugin-submit-sitemap"
# https://www.npmjs.com/package/netlify-plugin-11ty
[[plugins]]
package = "netlify-plugin-11ty"
[plugins.inputs]
# eleventy-img outputDir, path relative to publish directory
cache_img = 'img/'
cache_img_httpHeader = false
# eleventy-fetch cacheDir, path relative to publish directory
cache_assets = '../.cache/'
# cache_other = []