Skip to content

Conversation

@aulonm
Copy link
Collaborator

@aulonm aulonm commented Jan 14, 2026

Give Sanity access to our embedded Sanity Studio inside our docs. This way we can have access to the studio from Sanity Dashboard.

The changes are according to the documentation. I think they have done a change that we don't actually have to deploy our schemas to Sanity, but the documentation is not always updated so can't be for sure.

Documentation for an embedded studio in next, but I guess it should work with Tanstack Start as well: https://www.sanity.io/docs/dashboard/dashboard-configure#k48b3dbb07f63

Basically:

  • Newest sanity version
  • run sanity manifest extract to create the manifest file for the studio which the Dashboard needs to know how our studio works. Add it inside public/ folder.
    • I think the path is correct but need to test it out in production
  • run sanity schema deploy to deploy the schemas to Sanity Cloud/Dashboard
  • add a script that is a bridge so our app gives Dashboard permission to connect with each other

@aulonm aulonm requested a review from a team as a code owner January 14, 2026 14:43
@changeset-bot
Copy link

changeset-bot bot commented Jan 14, 2026

⚠️ No Changeset found

Latest commit: 40d50f6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

data-enable-session-replay="true"
crossOrigin=""
/>
<script
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slik jeg tolker dokumentasjonen kan vi legge dette scriptet i studioet sin layout. Ikke på root.

Ellers ser alt veldig greit ut!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stemmer det! Leste ikke filnavnet på eksempelet 🙃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants