-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnetlify.toml
More file actions
50 lines (42 loc) · 1.42 KB
/
netlify.toml
File metadata and controls
50 lines (42 loc) · 1.42 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
41
42
43
44
45
46
47
48
49
50
[build]
publish = "_site"
command = "bash ./scripts/netlify-build.sh"
[build.environment]
#PHP_VERSION = "8.3"
CECIL_PHAR_URL = "https://github.com/Cecilapp/Cecil/releases/latest/download/cecil.phar"
CECIL_CACHE_DIR = "/opt/build/cache/"
#NODE_VERSION = "18"
CSS_INPUT = "assets/tailwind.css"
CSS_OUPUT = "assets/styles.css"
#ALGOLIA_INDEX = "_site/algolia.json"
SECRETS_SCAN_SMART_DETECTION_ENABLED = "false"
#[context."8.x-dev".environment]
# CECIL_PHAR_URL = "https://github.com/Cecilapp/Cecil/releases/download/8.0.0-beta.7/cecil.phar"
# CECIL_BASEURL = "https://8-x-dev.cecil.app/"
[context.production.environment]
CECIL_ENV = "production"
[[context.production.plugins]]
package = "netlify-plugin-refresh-algolia"
[context.production.plugins.inputs]
appId = "PVTO81KCEC"
indexName = "documentation"
#filePath = "_site/algolia.json"
[context.deploy-preview.environment]
CECIL_ENV = "preview"
#[[plugins]]
# package = "netlify-plugin-refresh-algolia"
# [plugins.inputs]
# appId = "PVTO81KCEC"
# indexName = "documentation.fr"
# filePath = "_site/fr/algolia.json"
#[[context.algolia.plugins]]
# package = "netlify-plugin-refresh-algolia"
# [context.algolia.plugins.inputs]
# appId = "PVTO81KCEC"
# indexName = "documentation-preview"
[[plugins]]
package = "@netlify/plugin-lighthouse"
[plugins.inputs]
output_path = "lighthouse.html"
[plugins.inputs.settings]
locale = "en"