Sync from next-template#2
Open
tomconroy wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
1d6c95c to
e714356
Compare
e714356 to
6b1ba56
Compare
6b1ba56 to
26d523b
Compare
26d523b to
52f2477
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.
First sync from the new private source-of-truth repo, fontdue/next-template — example-next is now a generated single-tenant artifact (ejected by next-template's
eject/eject.sh, gated byeject/check.sh: vocabulary ban, tsc, and a realnext build). Future syncs land on this same branch automatically via next-template's eject workflow.Highlights vs main:
^3.0.0-alpha9with the newfontdue-js/nextadapter:next.config.jsbecomes a 14-linenext.config.mjsusingwithFontdue(image config, correct 404 statuses);/api/revalidateis a one-line re-export. fontdue-js now caches + tags its own server fetches, so thefetchCachelayout override is gone.generateStaticParamsbodies consolidated intosrc/lib/static-params.ts(same data-driven queries as before).requireSiteUrland fail the build with instructions when unset;metadataBasefalls back tonullinstead of the API host./test-fonts;[...rest]catch-all renders the site's own not-found page (with nav/footer) for unmatched paths, withnoindexmitigating vercel/next.js#82041.propsandawait props.params(Next 15 style).🤖 Generated with Claude Code