Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Aug 18, 2023
1 parent 325da5c commit 6a10687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "18"

[[plugins]]
package = "@netlify/plugin-lighthouse"
Expand Down Expand Up @@ -68,12 +68,12 @@ status = 301

[[redirects]]
from = "/docs/home/*"
to = "/home"
to = "/current/home"
status = 301

[[redirects]]
from = "/docs/reference/faq"
to = "/home"
to = "/current/home"
status = 301

[[redirects]]
Expand Down

0 comments on commit 6a10687

Please sign in to comment.