We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b1572 commit a778983Copy full SHA for a778983
docs/pages/index.tsx
@@ -189,10 +189,10 @@ export default function Home() {
189
<code>.open-next</code> directory.
190
</p>
191
<p>
192
- This directory contains a zip file of your app that'll run in a
193
- Lambda function, a zip file that'll run the middleware Lambda@Edge
194
- function, and a zip fileectory containing your static assets
195
- that'll go to S3.
+ This contains a directory for your app that can be either
+ run in a Lambda function or Lambda@Edge, a directory for an image
+ optimization Lambda function, and another directory for your static
+ assets that'll be uploaded to S3.
196
197
</li>
198
<li>
0 commit comments