Skip to content

Commit 530f257

Browse files
committed
feat: tina
1 parent d68e449 commit 530f257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tina/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const branch =
1212
process.env.NEXT_PUBLIC_TINA_BRANCH ||
1313
process.env.NEXT_PUBLIC_VERCEL_GIT_COMMIT_REF ||
1414
process.env.HEAD ||
15-
"main";
15+
"master";
1616

1717
const WarningIcon = (props) => {
1818
return (

0 commit comments

Comments
 (0)