-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
415 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
import { createQueryStore } from '@sanity/nuxt-loader' | ||
import { studioUrl } from 'apps-common/env' | ||
import { getClient } from '@/utils' | ||
|
||
const client = getClient() | ||
|
||
export const { useQuery, useLiveMode } = createQueryStore({ | ||
client, | ||
allowStudioOrigin: studioUrl, | ||
}) | ||
export const { useQuery, enableLiveMode } = createQueryStore({ client }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
import { createQueryStore } from '@sanity/react-loader' | ||
import { studioUrl } from 'apps-common/env' | ||
import { getClient } from '~/utils' | ||
|
||
const client = getClient() | ||
|
||
export const { query, useQuery, useLiveMode } = createQueryStore({ | ||
client, | ||
allowStudioOrigin: studioUrl, | ||
}) | ||
export const { query, useQuery, useLiveMode } = createQueryStore({ client }) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e52991c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
visual-editing-studio – ./apps/studio
visual-editing-studio.sanity.build
visual-editing-studio-git-main.sanity.build
e52991c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
visual-editing-remix – ./apps/remix
visual-editing-remix.sanity.build
visual-editing-remix-git-main.sanity.build
e52991c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
visual-editing-svelte – ./apps/svelte
visual-editing-svelte.sanity.build
visual-editing-svelte-git-main.sanity.build
e52991c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
visual-editing-page-builder-demo – ./apps/page-builder-demo
visual-editing-page-builder-demo-git-main.sanity.build
visual-editing-page-builder-demo.sanity.build
e52991c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
visual-editing-nuxt – ./apps/nuxt
visual-editing-nuxt-git-main.sanity.build
visual-editing-nuxt.sanity.build