go.componentowl.com redirect Worker

This commit is contained in:
Jarvis Prime
2026-03-23 16:58:20 +00:00
commit f369d644fb
2 changed files with 21 additions and 0 deletions

7
wrangler.toml Normal file
View File

@@ -0,0 +1,7 @@
name = "cowl-redirects"
main = "src/index.js"
compatibility_date = "2024-01-01"
workers_dev = true
routes = [
{ pattern = "go.componentowl.com/*", zone_name = "componentowl.com" }
]