Skip to content

Commit

Permalink
Merge pull request #41 from sanity-io/facelift
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
SimeonGriggs authored Jan 18, 2024
2 parents 46f5b74 + ffda4ed commit 16d6295
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# "Course Platform" Demo

Sanity Studio and Next.js 13 front-end demonstrating multiple strategies for Localization with Sanity
Sanity Studio and Next.js 14 front-end demonstrating multiple strategies for Localization with Sanity.

It also demonstrates:

- [React Loaders](https://www.sanity.io/docs/loaders-and-overlays) and
- [Presentation](https://www.sanity.io/docs/presentation) for
- [Visual Editing](https://www.sanity.io/docs/visual-editing).

Read more about [Localization with Sanity in the docs](https://www.sanity.io/docs/localization).

Expand Down
6 changes: 0 additions & 6 deletions studio/sanity.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ const enableUrl = process.env.SANITY_STUDIO_VERCEL_ENV
}/api/draft`
: 'http://localhost:3000/api/draft'

console.log({
enableUrl,
env: process.env.SANITY_STUDIO_VERCEL_ENV,
branchUrl: process.env.SANITY_STUDIO_VERCEL_BRANCH_URL,
})

export default defineConfig({
name: 'default',
title: 'Course Platform',
Expand Down

2 comments on commit 16d6295

@vercel
Copy link

@vercel vercel bot commented on 16d6295 Jan 18, 2024

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:

demo-course-platform – ./web

demo-course-platform.sanity.build
demo-course-platform-git-main.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 16d6295 Jan 18, 2024

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:

demo-course-platform-studio – ./studio

demo-course-platform-studio-git-main.sanity.build
demo-course-platform-studio.sanity.build

Please sign in to comment.