We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114c3b3 commit f1f1324Copy full SHA for f1f1324
netlify.toml
@@ -6,9 +6,6 @@ publish = ".next"
6
[build.environment]
7
NEXT_USE_NETLIFY_EDGE = "true"
8
9
-[[plugins]]
10
-package = "@netlify/plugin-nextjs"
11
-
12
[[redirects]]
13
from = "/.well-known/host-meta*"
14
to = "https://fed.brid.gy/.well-known/host-meta:splat"
@@ -20,3 +17,6 @@ package = "@netlify/plugin-nextjs"
20
17
21
18
[[plugins]]
22
19
package = "/netlify-plugins/trigger-webmention"
+
+[[plugins]]
+package = "@netlify/plugin-nextjs"
0 commit comments