[next] Remove 404.html prerenders from functions, take 2#14795
Merged
mischnic merged 0 commit intomischnic/deterministic-routes-manifestfrom Feb 3, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: 74fa729 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
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 |
Contributor
📦 CLI Tarball ReadyThe Vercel CLI tarball for this PR is now available! Quick TestYou can test this PR's CLI directly by running: npx https://vercel-k1dgbggby.vercel.sh/tarballs/vercel.tgz --helpUse in vercel.jsonTo use this CLI version in your project builds, add to your {
"build": {
"env": {
"VERCEL_CLI_VERSION": "vercel@https://vercel-k1dgbggby.vercel.sh/tarballs/vercel.tgz"
}
}
} |
Contributor
🧪 Unit Test StrategyComparing: Strategy: Affected packages only ✅ Only testing packages that have been modified or depend on modified packages. Affected packages - 2 (5%)
Unaffected packages - 39 (95%)
Results
This comment is automatically generated based on the affected testing strategy |
mischnic
commented
Jan 29, 2026
mischnic
added a commit
to vercel/next.js
that referenced
this pull request
Jan 29, 2026
Needed for vercel/vercel#14795 Keep the file so that we can instead dynamically render it as opposed to having to bundle the prerender into the function
868cc75 to
5394d5d
Compare
9595f5c to
b617607
Compare
5394d5d to
34598aa
Compare
b617607 to
f198eec
Compare
f198eec to
74fa729
Compare
74fa729
into
mischnic/deterministic-routes-manifest
1 of 2 checks passed
34598aa to
74fa729
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reapply #14754
Revert #14754
Closes PACK-6560
Relies on vercel/next.js#89263