mirror of
https://github.com/remoteintech/remote-jobs
synced 2024-11-10 14:44:14 +00:00
update build-site.js to use main branch
This commit is contained in:
parent
b54aa26451
commit
3999111cfe
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function copyAssetToBuild( filename, content = null, addSuffix = true ) {
|
|||
*/
|
||||
function githubEditUrl( filename ) {
|
||||
return (
|
||||
'https://github.com/remoteintech/remote-jobs/edit/master/'
|
||||
'https://github.com/remoteintech/remote-jobs/edit/main/'
|
||||
+ filename
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue