Skip to content

Commit

Permalink
change default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs committed Dec 6, 2023
1 parent 2f4aed3 commit ce73ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/viewer/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { bundle } from '@pi-base/core'

export const mainBranch = 'main'
export const mainBranch = 'jcd/mathlib' // 'main'
export const contributingUrl = `https://github.com/pi-base/data/blob/${mainBranch}/CONTRIBUTING.md`
export const defaultHost = bundle.defaultHost

Expand Down

0 comments on commit ce73ba3

Please sign in to comment.