-
curl 'https://onlysearch.co/api/search?keyword=&location=&sortBy=&priceFrom=0&priceTo=50&page=1' \
-H 'authority: onlysearch.co' \
-H 'accept: */*' \
-H 'accept-language: en-US,en;q=0.9' \
…
-
Describe the Improvement
When looking at the home page, there is unwanted space.
To Reproduce
Go to the Home section and see the header and then go to the footer of this website
Screenshot…
-
NextJS thrown an error. I use the latest Chrome version on MacOS. I was navigating through documentation website. Website crashed when I clicked [Synonyms](https://www.meilisearch.com/docs/learn/confi…
l-you updated
7 months ago
-
- [ ] Check if updating to the latest Preact version resolves the issue
**Describe the bug**
Next.js version: 14.3.0-canary.49 (latest canary at the time of writing)
Preact version: latest
`ne…
-
https://articles.wesionary.team/customize-social-media-preview-of-your-nextjs-website-links-82f6bce035b
-
> edubart — Today at 10:37 AM
> I think the dapp could be reworked to not need dynamic requests so its frontend can be hosted as a static website. I don't see the need to recompile frontend on every …
-
Given this docker image:
```
ARG NODE_VERSION
ARG BUILDER
FROM ${BUILDER} as build
WORKDIR /usr/src/build
RUN yarn workspace website build
RUN yarn workspaces focus website --produ…
-
**Describe the solution you'd like**
Pretty straightforward request. I just started with this repo after finding it in the vercel starter repo, but found that it's actually a less-up-to-date version …
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
### Link to the code that reproduces this issue
https://github.com/r6203/next-catch-all-bug
### To Reproduce
1. build the app (next build)
2. run the server (node .next/standalone/server.js)…