Skip to content

fix(nx-dev): respect NX_DEV_URL in sitemap checker#33058

Merged
barbados-clemens merged 1 commit intomasterfrom
cu/site-map-fix-again
Oct 13, 2025
Merged

fix(nx-dev): respect NX_DEV_URL in sitemap checker#33058
barbados-clemens merged 1 commit intomasterfrom
cu/site-map-fix-again

Conversation

@barbados-clemens
Copy link
Copy Markdown
Contributor

Sitemap in CI can have different NX_DEV_URL values which can make the link checker work locally but not in CI

@barbados-clemens barbados-clemens requested a review from a team as a code owner October 13, 2025 14:31
@vercel
Copy link
Copy Markdown

vercel Bot commented Oct 13, 2025

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

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 13, 2025 2:51pm

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 13, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit ed1be8f
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68ed0d3a566b9e0008fa8681
😎 Deploy Preview https://deploy-preview-33058--nx-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.

join(directoryPath, internalSitemap.loc.replace('https://nx.dev', '')),
join(
directoryPath,
internalSitemap.loc.replace(siteUrl, '').replace('https://nx.dev', '')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

have to always check for nx.dev bc hardcoded in some places?

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Oct 13, 2025

View your CI Pipeline Execution ↗ for commit ed1be8f

Command Status Duration Result
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 29s View ↗
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 2m 14s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 9s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded 8s View ↗
nx documentation ✅ Succeeded 2m 8s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-13 14:42:13 UTC

@barbados-clemens barbados-clemens merged commit f425526 into master Oct 13, 2025
13 checks passed
@barbados-clemens barbados-clemens deleted the cu/site-map-fix-again branch October 13, 2025 14:52
philipjfulcher pushed a commit that referenced this pull request Oct 13, 2025
Sitemap in CI can have different `NX_DEV_URL` values which can make the
link checker work locally but not in CI
philipjfulcher added a commit that referenced this pull request Oct 13, 2025
- **fix(nx-dev): update nextjs internal-link-checker to include astro
urls (#33045)**
- **fix(nx-dev): respect NX_DEV_URL in sitemap checker (#33058)**

---------

Co-authored-by: Caleb Ukle <caleb@nrwl.io>
FrozenPandaz pushed a commit that referenced this pull request Oct 15, 2025
Sitemap in CI can have different `NX_DEV_URL` values which can make the
link checker work locally but not in CI

(cherry picked from commit f425526)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Oct 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants