Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iteam1337/iteam-next-site

Our official website
https://github.com/iteam1337/iteam-next-site

Last synced: about 5 hours ago
JSON representation

Our official website

Awesome Lists containing this project

README

        

# Iteam new website 2021

![Vercel](https://vercelbadge.vercel.app/api/iteam1337/iteam-next-site)

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](https://github.com/Iteam1337/Iteam-next-site/blob/main/client/README.md)

## Studio

[Studio readme](https://github.com/Iteam1337/Iteam-next-site/blob/main/studio/README.md)