tina-self-hosted-demo
tina-self-hosted-demo copied to clipboard
A Next.js + TinaCMS starter site hosted on entirely on Vercel
Made a couple of small updates to the readme
I cloned and ran the project as per the instructions, but unfortunately, the Media Manager is not functioning properly. Upon investigation, I suspect that the issue might be related to...
in this example, if the `filename` contains subdirectories, save will fail. I decided it for myself by adding a line in the database: ``` fs.mkdirSync(path.dirname(currentPath), { recursive: true }); fs.writeFileSync(currentPath,...
## Situation Creating a tina-seff-hosted-demo following the README description failed at Vercel during Deployment. It seems to me the reason is a mismatch of ESLint version - the repo has...
Issue Summary: When running `tinacms build --partial-reindex && next build` for my project, the static page generation times out repeatedly, causing the build process to fail. Steps to Reproduce: Run...