Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tremby/next-imgix-bug
Reproduction for imgix component not working in a Next 13 app
https://github.com/tremby/next-imgix-bug
Last synced: about 1 month ago
JSON representation
Reproduction for imgix component not working in a Next 13 app
- Host: GitHub
- URL: https://github.com/tremby/next-imgix-bug
- Owner: tremby
- Created: 2023-07-24T22:45:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T22:54:57.000Z (over 1 year ago)
- Last Synced: 2024-10-16T18:07:32.808Z (3 months ago)
- Language: CSS
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
This exists in particular to show [a bug with Imgix](https://github.com/imgix/react-imgix/issues/909).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.