Skip to content

Commit

Permalink
update(netlify.toml): add falcosecurity.dev domain (redirect)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Jan 22, 2025
1 parent aef3edf commit 06201b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ command = "make branch-build"

[functions]
node_bundler = "esbuild"

[[redirects]]
from = "https://falcosecurity.dev/*"
to = "https://falco.org/:splat"
status = 301
force = true

0 comments on commit 06201b2

Please sign in to comment.