Update config.ts
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 17s
This commit is contained in:
parent
3eb752bce4
commit
14122bbaca
|
|
@ -4,7 +4,7 @@ import { defineConfig } from 'tinacms';
|
||||||
const branch = 'master';
|
const branch = 'master';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
clientId: process.env.TINA_PUBLIC_CLIENT_ID!,
|
clientId: process.env.TINA_PUBLIC_CLIENT_ID,
|
||||||
token: process.env.TINA_TOKEN,
|
token: process.env.TINA_TOKEN,
|
||||||
branch,
|
branch,
|
||||||
build: {
|
build: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user