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 d6f30fd commit f82f70cCopy full SHA for f82f70c
index.html
@@ -36,7 +36,7 @@
36
<div id="section">
37
<div class="content">
38
<div class="box">
39
- <h2>Testing script</h2>
+ <h2>Test</h2>
40
<p>Welcome page.</p>
41
</div>
42
netlify.toml
@@ -1,2 +1,15 @@
1
[build]
2
- functions = "netlify/functions"
+ functions = "netlify/functions"
3
+
4
+[[plugins]]
5
+ package = "@netlify/plugin-functions-utils"
6
7
+[build.processing]
8
9
10
11
12
+ [plugins.inputs]
13
+ copy = [
14
+ { from = "./_posts", to = "netlify/functions/_posts" }
15
+ ]
0 commit comments