From b9b150f147bc78dc8f300fa1d7412f2e8ffbe26d Mon Sep 17 00:00:00 2001 From: Afonso Date: Tue, 21 Dec 2021 23:53:45 +0000 Subject: [PATCH] Fixes typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24129f3c16..d068469d67 100644 --- a/README.md +++ b/README.md @@ -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 `` tag. - `proxy` and anything else in `next.config.js` - API routes, middleware (middleware is easier to support though! similar SSR API)