mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-08 13:05:11 +08:00
website: add Twitter link
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
module.exports = {
|
||||
title: 'Tech Interview Handbook',
|
||||
tagline:
|
||||
'Curated interview preparation materials for busy engineers',
|
||||
tagline: 'Curated interview preparation materials for busy engineers',
|
||||
url: 'https://techinterviewhandbook.org',
|
||||
baseUrl: '/',
|
||||
favicon: 'img/favicon.png',
|
||||
@@ -31,6 +30,11 @@ module.exports = {
|
||||
label: 'Facebook',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
href: 'https://twitter.com/yangshunz',
|
||||
label: 'Twitter',
|
||||
position: 'right',
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
@@ -66,7 +70,7 @@ module.exports = {
|
||||
],
|
||||
scripts: [
|
||||
{
|
||||
src: "https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4984084888641317",
|
||||
src: 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4984084888641317',
|
||||
crossorigin: 'anonymous',
|
||||
async: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user