Skip to content

Commit 6a678db

Browse files
author
Invers3
committed
Update repo
Testing
1 parent f82f70c commit 6a678db

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
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>Test</h2>
39+
<h2>Index</h2>
4040
<p>Welcome page.</p>
4141
</div>
4242
</div>

netlify.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
[build]
22
functions = "netlify/functions"
33

4-
[[plugins]]
5-
package = "@netlify/plugin-functions-utils"
6-
7-
[build.processing]
8-
functions = "netlify/functions"
9-
104
[[plugins]]
115
package = "@netlify/plugin-functions-utils"
126
[plugins.inputs]
137
copy = [
148
{ from = "./_posts", to = "netlify/functions/_posts" }
15-
]
9+
]

0 commit comments

Comments
 (0)