Determines technologies used on a given site

This commit is contained in:
Alicia Sykes
2023-07-20 22:49:28 +01:00
parent 2865642049
commit 9df4528d19
6 changed files with 418 additions and 5 deletions

View File

@@ -119,6 +119,11 @@
to = "/.netlify/functions/dns-server"
status = 301
force = true
[[redirects]]
from = "/tech-stack"
to = "/.netlify/functions/tech-stack"
status = 301
force = true
# For router history mode, ensure pages land on index
[[redirects]]