Skip to content

chore: move a comment to the right line - #2456

Merged
serhalp merged 1 commit into
mainfrom
serhalp/nuxt-config-move-comment
Apr 10, 2026
Merged

chore: move a comment to the right line#2456
serhalp merged 1 commit into
mainfrom
serhalp/nuxt-config-move-comment

Conversation

@serhalp

Copy link
Copy Markdown
Member

🔗 Linked issue

N/A

🧭 Context

A comment in nuxt.config.ts had gotten misplaced

📚 Description

Move comment

@serhalp
serhalp enabled auto-merge April 10, 2026 12:53
@vercel

vercelBot commented Apr 10, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
npmx.devReadyReadyPreview, CommentApr 10, 2026 0:54am
2 Skipped Deployments
ProjectDeploymentActionsUpdated (UTC)
docs.npmx.devIgnoredIgnoredApr 10, 2026 0:54am
npmx-lunariaIgnoredIgnoredApr 10, 2026 0:54am

Request Review

@codecov

codecovBot commented Apr 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@coderabbitai

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 18b97368-7c5d-4fee-8083-c46361051628

📥 Commits

Reviewing files that changed from the base of the PR and between 21420c0 and 9ed121f.

📒 Files selected for processing (1)
  • nuxt.config.ts

📝 Walkthrough

Walkthrough

The pull request reorders two routeRules entries within nuxt.config.ts. The '/blog/**': { prerender: true } rule and its associated comment // proxy for insights are repositioned. Specifically, the comment is relocated to sit directly above the '/blog/**' rule, and the entire '/blog/**' rule is moved to appear immediately before the '/_v/script.js' proxy rule. The properties and target values of the route rules remain unchanged. This is a structural reorganisation with no functional modifications.

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check nameStatusExplanation
Description check✅ PassedThe pull request description directly relates to the changeset, explaining that a misplaced comment in nuxt.config.ts needed to be repositioned.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch serhalp/nuxt-config-move-comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@serhalp
serhalp added this pull request to the merge queueApr 10, 2026
Merged via the queue into main with commit f5bb3edApr 10, 2026
24 checks passed
@serhalp
serhalp deleted the serhalp/nuxt-config-move-comment branch April 10, 2026 20:47
@github-actionsgithub-actionsBot mentioned this pull request Apr 10, 2026
ayo-run pushed a commit to ayo-run/npmx.dev that referenced this pull request Aug 5, 2026
Sign up for freeto 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

@serhalp@ghostdevv