Skip to content

Commit

Permalink
fix: update quickstart doc to address non monorepo (jetbridge#32)
Browse files Browse the repository at this point in the history
* docs: update quickstart doc to address non monorepo

* Update README.md

Co-authored-by: Mischa Spiegelmock <[email protected]>
  • Loading branch information
khuezy and revmischa authored Nov 22, 2022
1 parent 2cae976 commit faff3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ new Nextjs(this, 'Web', {
});
```

If using a **monorepo**, you will [need](https://nextjs.org/docs/advanced-features/output-file-tracing#caveats) to point your `next.config.js` at the project root:
If your NextJS app is not at the root, you will [need](https://nextjs.org/docs/advanced-features/output-file-tracing#caveats) to point your `next.config.js` at the project root:

```ts
const path = require("path");
Expand Down

0 comments on commit faff3d0

Please sign in to comment.