Skip to content

Commit 4906e99

Browse files
author
markzegarelli
committed
fix netlify toml
1 parent 87f782b commit 4906e99

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

netlify.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
[context.develop]
1919
command = "yarn develop"
2020

21-
[[plugins]]
22-
package = "netlify-plugin-jekyll-cache"
23-
24-
[plugins.inputs]
25-
jekyllSource = "/src"
26-
2721
[[redirects]]
2822
from = "/docs/*"
2923
to = "/:splat"
@@ -34,3 +28,8 @@
3428
to = "/assets/docs.bundle.js"
3529
status = 200
3630

31+
[[plugins]]
32+
package = "netlify-plugin-jekyll-cache"
33+
34+
[plugins.inputs]
35+
jekyllSource = "/src"

0 commit comments

Comments
 (0)