-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
…
ghost updated
1 month ago
-
**Describe the Issue**
I'm attempting to setup the Estimated Reading Time feature, and I'm running into an issue. I noticed in the documentation [here](https://github.com/satnaing/astro-paper/blob/ma…
-
As a website visitor,
I want content pages organised in collections,
so I can easily find similar / related content
* A content editor must be able to organise pages in collections (or tags?)
* …
-
For dynamic routes that export `getStaticPaths` it would be useful to have a config setting to enable automatic translation from `DynamicRoute` -> `StaticRoute`.
You definitely want this off by def…
-
Hi,
I'm sure this is just a documenatation issue but I'm trying out astro-shopify and with the existing config when I run npm run build, a dist folder is not created. I can see it has an adapter for …
-
slik at man ikke trenger å bygge på nytt når nye sider legges til i de dynamiske faktasidene
https://nextjs.org/docs/basic-features/data-fetching#getstaticpaths-static-generation
-
### Is your feature request related to a problem? Please describe
Not really, it's just that I find it unusual that the website still appears to be using the default 404 page
![image](https://gith…
-
Hello 👋🏻
I've been helping several people debug issues with using Next + WPGraphQL and it turns out one of the biggest issues I've been seeing is that folks are fetching thousands of nodes from Wo…
-
I would like to find a solution where we don't have to send individual requests to get the props once it has loaded the paths. My current situation is a site that has 400 articles that are translated…
-
`getStaticPaths` is used for dynamic url pages, such as blog posts `/post/[id]`, hence It's unnecessary to use `getStaticPath` here.