Skip to content

Commit

Permalink
feat(test-studio): add bundlePerspective test workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Aug 23, 2024
1 parent e780663 commit 3741417
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev/test-studio/sanity.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,13 @@ const defaultWorkspace = {

export default defineConfig([
defaultWorkspace,
{
...defaultWorkspace,
name: 'bundle-perspective',
title: 'Bundle Perspective',
dataset: 'bundle-perspective-test',
basePath: '/bundle-perspective',
},
{
...defaultWorkspace,
name: 'us',
Expand Down

0 comments on commit 3741417

Please sign in to comment.