Change main branch to master in website
This commit is contained in:
parent
efb0f5e05a
commit
a639759f86
|
@ -47,13 +47,13 @@ const config = {
|
||||||
sidebarPath: require.resolve("./sidebars.js"),
|
sidebarPath: require.resolve("./sidebars.js"),
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
editUrl:
|
editUrl:
|
||||||
"https://github.com/foretold-app/squiggle/tree/main/packages/website/",
|
"https://github.com/foretold-app/squiggle/tree/master/packages/website/",
|
||||||
},
|
},
|
||||||
blog: {
|
blog: {
|
||||||
showReadingTime: true,
|
showReadingTime: true,
|
||||||
// Please change this to your repo.
|
// Please change this to your repo.
|
||||||
editUrl:
|
editUrl:
|
||||||
"https://github.com/foretold-app/squiggle/tree/main/packages/website/",
|
"https://github.com/foretold-app/squiggle/tree/master/packages/website/",
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
customCss: require.resolve("./src/css/custom.css"),
|
customCss: require.resolve("./src/css/custom.css"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user