@@ -26,7 +26,6 @@ describe('collect', () => {
26
26
"title": "Random Thoughts",
27
27
"type": "posts",
28
28
},
29
- "kind": "MdxPage",
30
29
"name": "index",
31
30
"route": "/posts",
32
31
},
@@ -37,7 +36,6 @@ describe('collect', () => {
37
36
"title": "About",
38
37
"type": "page",
39
38
},
40
- "kind": "MdxPage",
41
39
"name": "index",
42
40
"route": "/",
43
41
},
@@ -51,7 +49,6 @@ describe('collect', () => {
51
49
"tag": "web development",
52
50
"title": "Notes on A Programmable Web by Aaron Swartz",
53
51
},
54
- "kind": "MdxPage",
55
52
"name": "aaron-swartz-a-programmable-web",
56
53
"route": "/posts/aaron-swartz-a-programmable-web",
57
54
},
@@ -72,7 +69,6 @@ describe('collect', () => {
72
69
"title": "Random Thoughts",
73
70
"type": "posts",
74
71
},
75
- "kind": "MdxPage",
76
72
"name": "index",
77
73
"route": "/posts",
78
74
},
@@ -83,7 +79,6 @@ describe('collect', () => {
83
79
"title": "About",
84
80
"type": "page",
85
81
},
86
- "kind": "MdxPage",
87
82
"name": "index",
88
83
"route": "/",
89
84
},
@@ -97,7 +92,6 @@ describe('collect', () => {
97
92
"tag": "web development",
98
93
"title": "Notes on A Programmable Web by Aaron Swartz",
99
94
},
100
- "kind": "MdxPage",
101
95
"name": "aaron-swartz-a-programmable-web",
102
96
"route": "/posts/aaron-swartz-a-programmable-web",
103
97
},
@@ -120,7 +114,6 @@ describe('collect', () => {
120
114
"title": "Random Thoughts",
121
115
"type": "posts",
122
116
},
123
- "kind": "MdxPage",
124
117
"name": "index",
125
118
"route": "/posts",
126
119
},
@@ -131,7 +124,6 @@ describe('collect', () => {
131
124
"title": "About",
132
125
"type": "page",
133
126
},
134
- "kind": "MdxPage",
135
127
"name": "index",
136
128
"route": "/",
137
129
},
@@ -145,7 +137,6 @@ describe('collect', () => {
145
137
"tag": "web development",
146
138
"title": "Notes on A Programmable Web by Aaron Swartz",
147
139
},
148
- "kind": "MdxPage",
149
140
"name": "aaron-swartz-a-programmable-web",
150
141
"route": "/posts/aaron-swartz-a-programmable-web",
151
142
},
0 commit comments