Skip to content

Conversation

@TooTallNate
Copy link
Member

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

⚠️ No Changeset found

Latest commit: deaa89f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Contributor

vercel bot commented Nov 7, 2025

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

Project Deployment Preview Comments Updated (UTC)
example-nextjs-workflow-turbopack Ready Ready Preview Comment Nov 8, 2025 7:30am
example-nextjs-workflow-webpack Ready Ready Preview Comment Nov 8, 2025 7:30am
example-workflow Ready Ready Preview Comment Nov 8, 2025 7:30am
workbench-nitro-workflow Ready Ready Preview Comment Nov 8, 2025 7:30am
workbench-nuxt-workflow Ready Ready Preview Comment Nov 8, 2025 7:30am
workbench-sveltekit-workflow Ready Ready Preview Comment Nov 8, 2025 7:30am
workbench-vite-workflow Ready Ready Preview Comment Nov 8, 2025 7:30am
workflow-docs Ready Ready Preview Comment Nov 8, 2025 7:30am

Copy link
Contributor

@vercel vercel bot left a comment

Choose a reason for hiding this comment

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

Additional Suggestion:

The vercel-world.mdx file contains broken documentation links pointing to the old embedded-world URL, but the file has been renamed to local-world.mdx in this PR. These links need to be updated to prevent broken references in the documentation.

View Details
📝 Patch Details
diff --git a/docs/content/docs/deploying/world/vercel-world.mdx b/docs/content/docs/deploying/world/vercel-world.mdx
index 16a1462..7334a76 100644
--- a/docs/content/docs/deploying/world/vercel-world.mdx
+++ b/docs/content/docs/deploying/world/vercel-world.mdx
@@ -221,12 +221,12 @@ If workflows don't work after deployment:
 1. Verify `withWorkflow()` is wrapping your Next.js config
 2. Check build logs for errors
 3. Ensure workflow files are in the correct directory
-4. Test locally first with [Embedded World](/docs/deploying/world/embedded-world)
+4. Test locally first with [Local World](/docs/deploying/world/local-world)
 
 ## Learn More
 
 - [World Interface](/docs/deploying/world) - Understanding the World interface
-- [Embedded World](/docs/deploying/world/embedded-world) - For local development
+- [Local World](/docs/deploying/world/local-world) - For local development
 - [Observability](/docs/observability) - Monitoring and debugging tools
 - [Vercel Deployment Documentation](https://vercel.com/docs/deployments/overview)
 - [Workflow Documentation on Vercel](https://vercel.com/docs/workflow)

Analysis

Broken documentation links after embedded-world to local-world rename

What fails: Documentation links in vercel-world.mdx point to /docs/deploying/world/embedded-world which no longer exists after the file was renamed to local-world.mdx, causing 404 errors when documentation is built or published.

How to reproduce:

  1. Check docs/content/docs/deploying/world/vercel-world.mdx lines 224 and 229
  2. Verify that embedded-world.mdx doesn't exist: ls docs/content/docs/deploying/world/embedded-world.mdx (returns not found)
  3. Verify that local-world.mdx exists: ls docs/content/docs/deploying/world/local-world.mdx (returns file)
  4. Attempt to follow documentation links - they will return 404

Result: Lines 224 and 229 contained broken links to /docs/deploying/world/embedded-world

Fixed: Updated both links to /docs/deploying/world/local-world to match the renamed documentation file:

  • Line 224: [Embedded World](/docs/deploying/world/embedded-world)[Local World](/docs/deploying/world/local-world)
  • Line 229: [Embedded World](/docs/deploying/world/embedded-world)[Local World](/docs/deploying/world/local-world)
Fix on Vercel

Copy link
Member

@adriandlam adriandlam left a comment

Choose a reason for hiding this comment

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

lgtm, seems like nuxt is failing probably because you're outdated

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.

3 participants