| exampleSite/tina/config.ts | ●●●●● patch | view | raw | blame | history |
exampleSite/tina/config.ts
@@ -1,7 +1,7 @@ import { defineConfig } from "tinacms"; // Your hosting provider likely exposes this as an environment variable const branch = process.env.HEAD || process.env.VERCEL_GIT_COMMIT_REF || "main"; const branch = process.env.HEAD || process.env.VERCEL_GIT_COMMIT_REF || "master"; export default defineConfig({ branch,