Skip to content

Commit 9d553db

Browse files
committed
Update stackbit url
1 parent e29f5c8 commit 9d553db

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Content/CreateNewSandbox/NewSandboxModal/Imports

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Content/CreateNewSandbox/NewSandboxModal/Imports/StackbitButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function receiveMessage(event) {
2626
function openStackbit(username: string) {
2727
// @ts-ignore
2828
window.stackbitWindow = window.open(
29-
`https://app.stackbit.com/create?githubUser=${username}&ref=codesandbox&ssgExclusive=1&ssg=gatsby&cmsExclusive=1&cms=netlifycms,forestry`,
29+
`https://app.stackbit.com/wizard?ref=codesandbox&githubUser=${username}&ssgExclusive=1&ssg=gatsby&cmsExclusive=netlifycms,forestry,nocms`,
3030
'_blank',
3131
'width=1210,height=800'
3232
);

0 commit comments

Comments
 (0)