-
Notifications
You must be signed in to change notification settings - Fork 27.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(examples/cms-contentful): add correct Content-Type + missing closing tag for html #30321
Merged
kodiakhq
merged 1 commit into
vercel:canary
from
gfortaine:bugfix/fix-example-cms-contentful
Jan 5, 2022
Merged
fix(examples/cms-contentful): add correct Content-Type + missing closing tag for html #30321
kodiakhq
merged 1 commit into
vercel:canary
from
gfortaine:bugfix/fix-example-cms-contentful
Jan 5, 2022
Conversation
This file contains 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
gfortaine
requested review from
ijjk,
leerob,
lfades,
shuding and
timneutkens
as code owners
October 26, 2021 14:53
gfortaine
force-pushed
the
bugfix/fix-example-cms-contentful
branch
from
October 26, 2021 14:54
4cc4438
to
777cb6e
Compare
gfortaine
force-pushed
the
bugfix/fix-example-cms-contentful
branch
from
December 26, 2021 23:15
9e99be1
to
c829474
Compare
Could you share more about this issue? |
This PR tries to fix 2 issues with the current implementation of api/preview : • missing content-type for response • missing html closing tag Indeed, we have encountered these bugs by copy-pasting the example |
gfortaine
force-pushed
the
bugfix/fix-example-cms-contentful
branch
from
January 4, 2022 23:32
d882975
to
7d6a3e4
Compare
gfortaine
force-pushed
the
bugfix/fix-example-cms-contentful
branch
from
January 5, 2022 16:13
7d6a3e4
to
90d3b1d
Compare
ijjk
approved these changes
Jan 5, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
teleaziz
added a commit
to teleaziz/next.js
that referenced
this pull request
Jan 5, 2022
…o-example * 'canary' of github.com:vercel/next.js: [chore] Update `deta` version in examples (vercel#30204) fix: typescript example supporting strict w/ version >= 4.4 (vercel#33042) Avoid page double render with emotion vanilla (vercel#30541) converted the old tailwind css example to typescript (vercel#32808) fix(examples/cms-contentful): add correct Content-Type + missing closing tag for html (vercel#30321) Ensure NODE_ENV is not inlined for next/jest (vercel#33032) Rename api in with-redis example (vercel#33016) Remove unused turbo remote cache env vars (vercel#33030) v12.0.8-canary.17 Re-enable turbo caching for swc build jobs (vercel#32617) feat(cli): introduce `next info` CLI command (vercel#32972) fix(examples): add missing dependencies wo (vercel#32977) Updated wrong link to example of gtag init in measuring-performance.md (vercel#32974) v12.0.8-canary.16 Revert "Reduce install size for linux glibc/musl (vercel#32850)" (vercel#32973) Ensure middleware is output in standalone mode (vercel#32967) v12.0.8-canary.15 Reduce install size for linux glibc/musl (vercel#32850) Fixes issue with makeStylesheetInert (vercel#32027) Ensure setImmediate and punycode are polyfilled (vercel#32768)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Bug
fixes #number
contributing.md
Feature
fixes #number
contributing.md
Documentation / Examples
yarn lint