We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82f70c commit 6a678dbCopy full SHA for 6a678db
index.html
@@ -36,7 +36,7 @@
36
<div id="section">
37
<div class="content">
38
<div class="box">
39
- <h2>Test</h2>
+ <h2>Index</h2>
40
<p>Welcome page.</p>
41
</div>
42
netlify.toml
@@ -1,15 +1,9 @@
1
[build]
2
functions = "netlify/functions"
3
4
-[[plugins]]
5
- package = "@netlify/plugin-functions-utils"
6
-
7
-[build.processing]
8
- functions = "netlify/functions"
9
10
[[plugins]]
11
package = "@netlify/plugin-functions-utils"
12
[plugins.inputs]
13
copy = [
14
{ from = "./_posts", to = "netlify/functions/_posts" }
15
- ]
+ ]
0 commit comments