mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-23 18:11:04 +08:00
contents: optimize build speed
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user