Iteam1337 / Iteam-next-site

Our official website

Home Page:https://iteam.se

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iteam new website 2021

Vercel

Hi! This is Iteam's official website based on Next.JS and Sanity. Look around and if you find any issues or have suggestions, please feel free to file an issue or pull request.

Live preview

When you add a new page to sanity it's really nice to add live preview as well.

Client

If you want to add live preview to a [slug] page, you need to use getClient(preview) in getStaticProps and then usePreviewSubscription followed by filterDataToSingleItem.

To make it clearer that the user is in preview mode we use the ExitPreviewLink component in every page that live preview should show.

Studio

If you want to add live preview to a document type you will need to add .views to deskStructure and then do the same as above.

You might need to take a look in resolveProductionUrl as well.

Client

Client readme

Studio

Studio readme

About

Our official website

https://iteam.se


Languages

Language:JavaScript 69.6%Language:CSS 23.4%Language:HTML 7.0%Language:Shell 0.0%