Loading...
Toggle link visibility in the Sections tab.
This admin panel runs locally. When you click Save & Update File, two things happen:
data.js with your changespublic/data.json which the portfolio reads
To deploy: just git add . && git commit -m "update" && git push — Vercel picks it up instantly.
Admin is at localhost:3000/#admin — only works locally. The server.js and write endpoints are never on Vercel, so your admin is fully private.