Skip to content

Commit f82f70c

Browse files
author
Invers3
committed
Update repo
Testing posts
1 parent d6f30fd commit f82f70c

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<div id="section">
3737
<div class="content">
3838
<div class="box">
39-
<h2>Testing script</h2>
39+
<h2>Test</h2>
4040
<p>Welcome page.</p>
4141
</div>
4242
</div>

netlify.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
[build]
2-
functions = "netlify/functions"
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

Comments
 (0)