-
Notifications
You must be signed in to change notification settings - Fork 6
/
sanity.txt
66 lines (51 loc) · 1.31 KB
/
sanity.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
********* 😎😎😎 Here Is Document Links 😘😘😘 **********:
------
https://www.sanity.io/docs/overview-introduction
------
https://www.sanity.io/docs/create-a-schema-and-configure-sanity-studio
********* First Open CMD( Command Prompt ) **********:
------
And Run This Command :
------
And Then cd in your sanity project folder:
------
And Then code . for open vscode
********* 😍😍😍 Second Create A userdata.js file in schema/userdata.js 🤔🤔🤔 **********:
------
and then paste this code :
------
// schemas/userdata.js
export default {
name: 'RanaRabees',
type: 'document',
title: 'RanaRabees',
fields: [
{
name: 'name',
type: 'string',
title: 'Name'
}
]
}
------
And Then Open schemas/index.js
Paste This Code :
------
schemas/index.js
import blockContent from './blockContent'
import category from './category'
import post from './post'
import author from './author'
import RanaRabees from './userdata'
export const schemaTypes = [post, author, category, blockContent, RanaRabees]
********* 🤩🤩🤩 Upload On Vercel 😅😅😅 **********:
------
Open Terminal: ( Shift + Tilde ( ` ) )
------
vercel logout
------
vercel login
------
vercel
------
vercel --prod