Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 794ba96

Browse files
bdougieclaude
andcommitted
Add Netlify redirect for root path to Linux Foundation Insights
Add explicit Netlify redirect configuration to ensure root path redirects to https://insights.linuxfoundation.org/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f8a8ebd commit 794ba96

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
[build.environment]
55
NODE_VERSION = "22"
66

7+
[[redirects]]
8+
from = "/"
9+
to = "https://insights.linuxfoundation.org/"
10+
status = 301
11+
force = true
12+
713
[context.production.environment]
814
NODE_VERSION = "22"
915

0 commit comments

Comments
 (0)