nextjs
Here are 5,426 public repositories matching this topic...
-
Updated
Sep 3, 2019 - TypeScript
Summary
I don't want to use TSDX for plugin dev, I'd like to use @tinacms/scripts to get the same experience as deving for Tina Core.
Basic example
npm i @tinacms/scripts
Th
-
Updated
Oct 6, 2020
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Jul 18, 2019
-
Updated
Oct 10, 2020 - JavaScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Oct 6, 2020 - TypeScript
Hello, is there a way to add a richer authors support for articles/blog posts that were written by multiple people?
Right now we only have authorName={'John Cena'} , which is just a String. And results to:
"author": {
"@type": "Person",
"name": "John Cena"
},
Could we have that as a String[] so we can pass authorName={['John Cena','Scott Steiner']}
This way the JSON
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Sep 25, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
Describe the bug
When running npx serverless --debug if the next build process fails with an error it is not displayed in the output and the deployment hangs forever.
To Reproduce
Steps to reproduce the behavior:
- Create a reproducible error in
pages/index.js(in my case animportstatement was incorrect) - Run
npx serverless --debug - Output displays "appName Deplo
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the nextjs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nextjs topic, visit your repo's landing page and select "manage topics."
Bug report
Using
getStaticPathsin combination withtrailingSlash: trueleads to invalid json prefetching. For a link to a dynamic route, the json file that is prefetched includes an invalid slash in the path, causing a 404 to be returned. However, when clicking the link and landing on the dynamic page the correct json file is fetched.To Reproduce
// next