Skip to content

Commit 3b88f8d

Browse files
committed
Merge branch 'padms/3488' into staging
2 parents ff9e744 + a5e1412 commit 3b88f8d

5 files changed

Lines changed: 1 addition & 118 deletions

File tree

studio/sanity.config.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ export const singletonTemplates = [
6868
'newsroom',
6969
'magazineIndex',
7070
'settings',
71-
//To be remove after upgrade
72-
'pageNotFound',
73-
//To be remove after upgrade
74-
'internalServerError',
7571
]
7672

7773
const handleInputComponents = (inputProps: InputProps) => {

studio/schemas/documents/404.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

studio/schemas/documents/500.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

studio/schemas/documents/index.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import pageNotFound from './404'
2-
import internalServerError from './500'
1+
32
import assetFile from './assetFile'
43
import assetTag from './assetTag'
54
import countryTag from './countryTag'
@@ -26,10 +25,6 @@ import subMenu from './subMenu'
2625
import tag from './tag'
2726

2827
export const documentsWithI18n = {
29-
//To be remove after upgrade
30-
pageNotFound,
31-
//To be remove after upgrade
32-
internalServerError,
3328
event,
3429
localNews,
3530
magazine,

studio/schemas/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ import videoPlayer from './objects/videoPlayer'
105105
import videoPlayerCarousel from './objects/videoPlayerCarousel'
106106

107107
const {
108-
pageNotFound,
109-
internalServerError,
110108
assetFile,
111109
assetTag,
112110
countryTag,
@@ -156,8 +154,6 @@ const RemainingSchemas = [
156154
homePage,
157155
...routeSchemas,
158156
routeHomepage,
159-
pageNotFound,
160-
internalServerError,
161157
settings,
162158
imageWithAlt,
163159
imageWithAltAndCaption,

0 commit comments

Comments
 (0)