DEV Community

Discussion on: Using TinaCMS with Next.js

Collapse
 
limitlessloop profile image
Gavin McFarland

Thanks for sharing these tutorials. I've been keen to learn more about Tina and this definitely helps. In the first step of the second part of this tutorial it mentions creating a file called _app.js in the root of the project, but with the starter template this causes the app to error. Are there some instructions missing to connect the file to the rest of the project?

Collapse
 
kendallstrautman profile image
Kendall Strautman

good catch, yeah _app.js should be in the pages dir! I'll update that.

Collapse
 
ericie profile image
Eric Ishii-Eckhardt

The _app.js file should be in the "pages" directory. That's likely just a typo, it's in "pages" in the final repo.