Skip to content

Commit 3034b39

Browse files
committed
Reverting notice.
1 parent 533b02e commit 3034b39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/tutorial/learn-faust/index.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ npx create-next-app \
4040
- When asked for the name of your project, enter `faust-tutorial`.
4141
- When asked if it's okay to install the `create-next-app` package, answer `y` to confirm.
4242

43-
44-
> [!IMPORTANT]
45-
Some users are experiencing issues with the next.config.js file missing some key parts of the file. If you run into any issues when running Next.js application we recommend running the following:
46-
47-
``sh
48-
cd faust-tutorial && \
49-
rm next.config.js && \
50-
curl -s https://raw.githubusercontent.com/wpengine/faustjs/canary/examples/next/tutorial/next.config.js > next.config.js
51-
```
52-
53-
5443
### 2. Set up headless WordPress backend
5544

5645
Initial set up steps:

0 commit comments

Comments
 (0)