From 14122bbaca7769ac473d59780105d9bf7ebcf055 Mon Sep 17 00:00:00 2001 From: obsidian <> Date: Tue, 20 Feb 2024 11:36:23 +0100 Subject: [PATCH] Update config.ts --- tina/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tina/config.ts b/tina/config.ts index eb587c2..b912f56 100644 --- a/tina/config.ts +++ b/tina/config.ts @@ -4,7 +4,7 @@ import { defineConfig } from 'tinacms'; const branch = 'master'; export default defineConfig({ - clientId: process.env.TINA_PUBLIC_CLIENT_ID!, + clientId: process.env.TINA_PUBLIC_CLIENT_ID, token: process.env.TINA_TOKEN, branch, build: {