Working on traceroute component

This commit is contained in:
Alicia Sykes
2023-07-02 18:03:18 +01:00
parent a8981b8ca7
commit a6ecbd3406
5 changed files with 80 additions and 0 deletions

View File

@@ -76,6 +76,11 @@
to = "/.netlify/functions/check-ports"
status = 301
force = true
[[redirects]]
from = "/trace-route"
to = "/.netlify/functions/trace-route"
status = 301
force = true
# For router history mode, ensure pages land on index
[[redirects]]