Skip to content

docs: remove stray status key from netlify.toml [build] table - #1336

Open
codyjlandstrom wants to merge 1 commit into
mainfrom
claude/recursing-kepler-3b7d37
Open

docs: remove stray status key from netlify.toml [build] table#1336
codyjlandstrom wants to merge 1 commit into
mainfrom
claude/recursing-kepler-3b7d37

Conversation

@codyjlandstrom

Copy link
Copy Markdown
Contributor

What

Removes a stray status = 301 line from the final [build] table in netlify.toml. status is not a valid key in Netlify's [build] table — it was silently ignored, but it read as a copy-paste remnant from a [[redirects]] entry.

Verification

Parsed the full file with a TOML parser after the change: all 170 [[redirects]] blocks use only valid keys (from, to, status, one force), and the [[headers]] table is well-formed. No other table has misplaced keys.

🤖 Generated with Claude Code

The final [build] table carried a status = 301 line left over from a
[[redirects]] entry. status is not a valid key in Netlify's [build]
table, so it was ignored, but it read as a misconfiguration.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Cody Landstrom <cody@okteto.com>
@netlify

netlify Bot commented Aug 26, 2026

Copy link
Copy Markdown

Deploy Preview for okteto-docs ready!

Name Link
🔨 Latest commit 7b52360
🔍 Latest deploy log https://app.netlify.com/projects/okteto-docs/deploys/6a8f3bcec871360008749464
😎 Deploy Preview https://deploy-preview-1336--okteto-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

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