Skip to content

Conversation

@notrab
Copy link
Member

@notrab notrab commented Oct 27, 2025

This PR enables output: "export" for Vercel deployments with the latest Next and React versions.

Todos

  • Remove use of next/image
  • Update Docker with nginx to serve the out directory
  • Remove references to NEXT_BUILD_OUTPUT_STANDALONE
  • Changeset

Closes #1162

@notrab notrab requested a review from a team as a code owner October 27, 2025 09:40
@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2025

🦋 Changeset detected

Latest commit: 3e8b4ea

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages
Name Type
@ensnode/ensnode-react Minor
ensadmin Minor
ensindexer Minor
ensrainbow Minor
ensapi Minor
@ensnode/datasources Minor
@ensnode/ensrainbow-sdk Minor
@ensnode/ponder-metadata Minor
@ensnode/ensnode-schema Minor
@ensnode/ponder-subgraph Minor
@ensnode/ensnode-sdk Minor
@ensnode/shared-configs Minor
@docs/ensnode Minor
@docs/ensrainbow Minor

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link

vercel bot commented Oct 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
admin.ensnode.io Ready Ready Preview Comment Oct 28, 2025 3:26pm
ensnode.io Ready Ready Preview Comment Oct 28, 2025 3:26pm
ensrainbow.io Ready Ready Preview Comment Oct 28, 2025 3:26pm

biome.jsonc Outdated
"files": {
"ignoreUnknown": false,
"ignore": [".astro/", ".ponder/", ".next/", "dist/", "generated/"]
"ignore": [".astro/", ".ponder/", ".next/", "dist/", "generated/", "out"]
Copy link
Member Author

Choose a reason for hiding this comment

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

out is the directory created by pnpm build now.

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.

Remove use of React Server Components

4 participants