Skip to content

Commit f1f1324

Browse files
committed
chore: ensure netlify plugin append last
1 parent 114c3b3 commit f1f1324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ publish = ".next"
66
[build.environment]
77
NEXT_USE_NETLIFY_EDGE = "true"
88

9-
[[plugins]]
10-
package = "@netlify/plugin-nextjs"
11-
129
[[redirects]]
1310
from = "/.well-known/host-meta*"
1411
to = "https://fed.brid.gy/.well-known/host-meta:splat"
@@ -20,3 +17,6 @@ package = "@netlify/plugin-nextjs"
2017

2118
[[plugins]]
2219
package = "/netlify-plugins/trigger-webmention"
20+
21+
[[plugins]]
22+
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)