Skip to content

Commit

Permalink
sea snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Dec 27, 2024
1 parent 9236146 commit 8fb023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devcon/tina/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { createRichText } from './presets'
import speaker_applications from './templates/speaker_applications'
import { filenameToUrl } from '../../lib/cms/filenameToUrl'
import experiences from './templates/experiences'
// Your hosting provider likely exposes this as an environment variable
const branch = process.env.GITHUB_BRANCH || process.env.VERCEL_GIT_COMMIT_REF || process.env.HEAD || 'main'

const branch = 'sea-snapshot-dont-delete'

export default defineConfig({
branch,
Expand Down

0 comments on commit 8fb023e

Please sign in to comment.