Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/scripts/GitAgent.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import FS from '@isomorphic-git/lightning-fs'
import git from 'isomorphic-git'
import http from 'isomorphic-git/http/web/index.js'

const DEFAULT_CORS_PROXY_URL = 'https://cors.isomorphic-git.org'
const DEFAULT_CORS_PROXY_URL = 'https://isomorphic-git.scribouilli.org'

/** @typedef {import('isomorphic-git')} isomorphicGit */
/** @typedef {import('isomorphic-git').GitAuth} GitAuth */
Expand Down
Loading