-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Describe the bug
Getting this error:
Package path ./structure is not exported from package
after adding documentInternationalization
to sanity.config.ts
export default defineConfig({
basePath: '/studio',
projectId,
dataset,
schema,
plugins: [
deskTool(),
// Vision lets you query your content with GROQ in the studio
// https://www.sanity.io/docs/the-vision-plugin
visionTool({ defaultApiVersion: apiVersion }),
documentInternationalization({
supportedLanguages: [
{ id: 'nl', title: 'Nederlands' },
{ id: 'en', title: 'English' },
],
schemaTypes: ['question'],
}),
],
})
Which versions of Sanity are you using?
3.1.4
Metadata
Metadata
Assignees
Labels
No labels