Skip to content

Commit ca8a935

Browse files
committed
fix: update clientId environment variable in Tina config
1 parent e89d1d0 commit ca8a935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tina/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
branch,
1212

1313
// Get this from tina.io
14-
clientId: process.env.NEXT_PUBLIC_TINA_CLIENT_ID,
14+
clientId: process.env.TINA_PUBLIC_CLIENT_ID,
1515
// Get this from tina.io
1616
token: process.env.TINA_TOKEN,
1717

0 commit comments

Comments
 (0)