-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep new and old netlify config files
- Loading branch information
1 parent
f03b4a8
commit ba6ea8e
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[plugins]] | ||
package = "@netlify/plugin-gatsby" | ||
|
||
[[plugins]] | ||
package = "/plugins/netlify-plugin-create-admin-user" | ||
|
||
[[plugins]] | ||
package = "/plugins/netlify-plugin-process-notifications" | ||
|
||
[build.processing.html] | ||
pretty_urls = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
[build.environment] | ||
CYPRESS_CACHE_FOLDER = "./node_modules/CypressBinary" | ||
TERM = "xterm" | ||
|
||
[[plugins]] | ||
package = "@netlify/plugin-gatsby" | ||
|
||
[[plugins]] | ||
package = "/plugins/netlify-plugin-create-admin-user" | ||
|
||
[[plugins]] | ||
package = "/plugins/netlify-plugin-process-notifications" | ||
package = "netlify-plugin-cypress" | ||
[plugins.inputs] | ||
enable = false | ||
[plugins.inputs.postBuild] | ||
enable = true | ||
record = false | ||
spa = true | ||
start = 'gatsby serve -p 8080' | ||
browser = 'chromium' | ||
|
||
# tmp disable | ||
# [[plugins]] | ||
# package = "/plugins/netlify-plugin-process-notifications" | ||
|
||
[build.processing.html] | ||
pretty_urls = false |