fix: add basePath to Sanity Studio configuration
This commit is contained in:
parent
5223e7867c
commit
96ac8535f8
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ export default defineConfig({
|
|||
projectId: `${process.env.NEXT_PUBLIC_SANITY_PROJECT_ID}`,
|
||||
dataset: "production",
|
||||
|
||||
basePath: "/studio",
|
||||
|
||||
plugins: [structureTool(), visionTool(), codeInput()],
|
||||
|
||||
schema: {
|
||||
|
|
Loading…
Reference in a new issue