Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
fix: clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 6, 2022
1 parent f31ebf9 commit 81404c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ npm install --save @sanity/next-studio-layout@studio-v3

The basic setup is two files:

`pages/[[...index]].tsx`
1. `pages/[[...index]].tsx`

```tsx
// Import your sanity.config.ts file
Expand All @@ -27,7 +27,7 @@ export default function StudioPage() {
}
```

`pages/_document.tsx`
2. `pages/_document.tsx`

```tsx
import { ServerStyleSheetDocument } from '@sanity/next-studio-layout'
Expand Down

1 comment on commit 81404c8

@vercel
Copy link

@vercel vercel bot commented on 81404c8 Aug 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-studio-layout – ./

next-studio-layout.vercel.app
next-studio-layout.sanity.build
next-studio-layout-git-main.sanity.build

Please sign in to comment.