-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IMPROVEMENT] add CMS #9
Comments
What I had to do before adding Sanity v3 to this existing next 13 projectNode
Where to create Sanity Studio?
DONE 🎉 |
Embed Sanity Studio to path /about/certificates/admin. Idea is after login we can add new certificates from Sanity Studio.
Create schema for Certificates. Fetch all certificate with groq. Display title,subtitle with JSX.
Add new content like post, category, auth. Create types for new content. Add visiontool plugin. Refactore some sanity client code.
Create ClientSideLink client-side component to be used on server-side pages for optimization.
with slug and display id and title on page.
to ClientSideLink.tsx. Idea is to render much as possible from server-side, thats why I created this component.
after pushing this branch. Cant access Studio, black screen. Change useCdn to true froom false.
from next-sanity 5.4.6 to 5.5.4, sanity 3.16.4 to 3.16.7.
packages in package.json. Remove experimental appdir in next.conf file.
Create a back arrow for every certificate visited so it is possible to go back to prew page.
Is your feature request related to a problem? Please describe.
Helpful links
Success criteria
/admin
for Sanity StudioThe text was updated successfully, but these errors were encountered: