contents: optimize build speed

This commit is contained in:
Yangshun
2022-03-02 20:53:49 +08:00
parent 1764e64213
commit 250e643d43
10 changed files with 51 additions and 78 deletions

View File

@@ -68,7 +68,7 @@ module.exports = {
],
},
footer: {
copyright: `Copyright © ${new Date().getFullYear()} Yangshun Tay. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} Tech Interview Handbook. Built with Docusaurus.`,
links: [
{
title: 'General',
@@ -161,7 +161,7 @@ module.exports = {
path: '../contents',
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
showLastUpdateAuthor: true,
// showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
theme: {