Skip to content

Commit 2b20257

Browse files
committed
refactor: update qa app base url
1 parent ac2a3d6 commit 2b20257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/stackflow-iframe-preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function getStackflowSpaUrl(path: string): string {
221221
}
222222

223223
// Production
224-
return "https://seed-design-qa.pages.dev";
224+
return "https://qa.seed-design.io";
225225
})();
226226

227227
return new URL(path, baseURL).toString();

0 commit comments

Comments
 (0)