sst / sst.dev

Repo for sst.dev
https://sst.dev
MIT License
3.68k stars 445 forks source link

Update how-to-create-a-nextjs-app-with-serverless.md #713

Closed Asher-JH closed 1 year ago

Asher-JH commented 1 year ago

Going through the example docs, the first code block is missing one import statement.

import {NextjsSite} from 'sst/constructs';

Have added it in following the format.

jayair commented 1 year ago

Good catch!