diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index e478f25c6..710b14eab 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -172,7 +172,7 @@ module.exports = { routeBasePath: '/', sidebarPath: require.resolve('./sidebars.js'), editUrl: - 'https://github.com/yangshun/front-end-interview-handbook/edit/master/contents/', + 'https://github.com/yangshun/front-end-interview-handbook/edit/main/contents/', showLastUpdateAuthor: true, showLastUpdateTime: true, }, diff --git a/website/src/pages/index.js b/website/src/pages/index.js index c9eafa973..e7039794a 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -75,7 +75,7 @@ function HeroSection() { } function MoonchaserSection() { - /* Because the SSR and client output can differ and hydration doesn't patch attribute differences, + /* Because the SSR and client output can differ and hydration doesn't patch attribute differences, we'll render this on the browser only. */ return ( @@ -453,7 +453,7 @@ function SuccessStoriesSection() {

Would you like to contribute a success story?{' '} Open a Pull Request here