Closed dtaylorbrown closed 11 months ago
At the moment we can detect the default language from the schema in sanity.config.ts but ideally we also need to be able to do this within the custom desk structure where we currently have:
sanity.config.ts
const defaultLanguage = { id: 'en-US', title: 'English (US)', default: true };
This could possibly cause some issues if the default language were to ever change in the schema
This might be superseded by #39
At the moment we can detect the default language from the schema in
sanity.config.ts
but ideally we also need to be able to do this within the custom desk structure where we currently have:This could possibly cause some issues if the default language were to ever change in the schema
Acceptance criteria