Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update broken links in config-shared.d.ts #74122

Merged
merged 5 commits into from
Jan 2, 2025
Merged

Conversation

yongholeeme
Copy link
Contributor

@yongholeeme yongholeeme commented Dec 19, 2024

Links beginning with "https://nextjs.org/docs/api-reference/next.config.js" are broken in https://github.com/vercel/next.js/blob/canary/packages/next/src/server/config-shared.ts#L616.

And I found other broken links with same problems and fixed those. 09ff492

close #74121

@ijjk ijjk added the examples Issue was opened via the examples template. label Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@yongholeeme
Copy link
Contributor Author

@ijjk , could you review this pr?

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@ijjk ijjk enabled auto-merge (squash) January 2, 2025 18:38
@ijjk ijjk merged commit ef98904 into vercel:canary Jan 2, 2025
103 checks passed
@yongholeeme
Copy link
Contributor Author

@ijjk Thank you

@@ -703,22 +703,22 @@ export interface NextConfig extends Record<string, any> {
/**
Copy link
Contributor

@jophy-ye jophy-ye Jan 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yongholeeme Wow thank you. I spotted this error several weeks ago and always intended to fix it in a PR, but you got it in earlier haha! The URL on Moment.js on line 699 still appears to be incorrect, although not broken.🤔 However, I couldn't trace the page down...

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
examples Issue was opened via the examples template. locked type: next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs: broken links in config-shared.d.ts
3 participants