Skip to content

Commit 7276551

Browse files
Add netlify.toml for compass
1 parent d8094f6 commit 7276551

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

content/compass/netlify.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
[[integrations]]
2-
name = "snooty-cache-plugin"
3-
41
[build]
5-
publish = "snooty/public"
6-
command = ". ./build.sh"
2+
publish = "dist"
3+
base = "content/compass"
4+
5+
[build.environment]
6+
REPO_NAME = "docs-compass
7+
SECRETS_SCAN_ENABLED = "false"
8+
OFFLINE_SNOOTY_ENABLED = "false"
9+
SEARCH_MANIFEST_ENABLED = "false"
10+
MUT_COMMANDS_ENABLED = "false"
11+
REDOC_ENABLED = "false"
12+

0 commit comments

Comments
 (0)