diff options
author | 2021-12-21 23:53:45 +0000 | |
---|---|---|
committer | 2021-12-21 23:53:45 +0000 | |
commit | b9b150f147bc78dc8f300fa1d7412f2e8ffbe26d (patch) | |
tree | 1adc9c26aee96c36601b96964eaa7f57547fa42e | |
parent | 0eecec75e26fe7fbfac4d8f48e36aa7d748a426d (diff) | |
download | bun-b9b150f147bc78dc8f300fa1d7412f2e8ffbe26d.tar.gz bun-b9b150f147bc78dc8f300fa1d7412f2e8ffbe26d.tar.zst bun-b9b150f147bc78dc8f300fa1d7412f2e8ffbe26d.zip |
Fixes typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ Here's what doesn't work yet: - `getStaticPaths` - same-origin `fetch` inside of `getStaticProps` or `getServerSideProps` -- locales, zones, `assetPrefix` (workaround: change `--origin \"http://localhsot:3000/assetPrefixInhere\"`) +- locales, zones, `assetPrefix` (workaround: change `--origin \"http://localhost:3000/assetPrefixInhere\"`) - `next/image` is polyfilled to a regular `<img src>` tag. - `proxy` and anything else in `next.config.js` - API routes, middleware (middleware is easier to support though! similar SSR API) |