Skip to content

fix: remove temp redirect flag from two routes#17757

Merged
wackerow merged 1 commit into
devfrom
fix/remove-temp-redirect-flags
Mar 11, 2026
Merged

fix: remove temp redirect flag from two routes#17757
wackerow merged 1 commit into
devfrom
fix/remove-temp-redirect-flags

Conversation

@myelinated-wackerow
Copy link
Copy Markdown
Collaborator

@myelinated-wackerow myelinated-wackerow commented Mar 11, 2026

Summary

  • Patch for feat(SEO): update redirects #17734 where two redirects were accidentally given a false flag, making them temporary (307) instead of permanent (308)
  • Removes false from the proof-of-stake and pos/slashing redirect entries

Test plan

  • Verify affected routes return 308 (not 307) after deploy

🤖 Generated with Claude Code

Removes accidental `false` (temporary/307) flag from
proof-of-stake and slashing redirects so they default
to permanent (308) redirects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: wackerow <54227730+wackerow@users.noreply.github.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 11, 2026

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 77310ed
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/69b1b1584e7be10008db6930
😎 Deploy Preview https://deploy-preview-17757.ethereum.it
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 59 (🟢 up 6 from production)
Accessibility: 94 (🟢 up 1 from production)
Best Practices: 100 (no change from production)
SEO: 99 (no change from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@wackerow wackerow merged commit 4083397 into dev Mar 11, 2026
7 of 8 checks passed
@wackerow wackerow deleted the fix/remove-temp-redirect-flags branch March 11, 2026 18:16
@wackerow wackerow mentioned this pull request Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants