website: change domain

This commit is contained in:
Yangshun 2021-05-28 20:53:20 +08:00
parent d93d3a1e87
commit 7b29359fbc
3 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@
</em>
</p>
<h3>
<a href="https://yangshun.github.io/front-end-interview-handbook/">Read on the website</a>
<a href="https://frontendinterviewhandbook.com">Read on the website</a>
</h3>
</div>

View File

@ -2,11 +2,12 @@ module.exports = {
title: 'Front End Interview Handbook',
tagline:
'Almost complete answers to "Front-end Job Interview Questions" which you can use to interview potential candidates, test yourself or completely ignore',
url: 'https://yangshun.github.io',
baseUrl: '/front-end-interview-handbook/',
url: 'https://frontendinterviewhandbook.com',
baseUrl: '/',
favicon: 'img/favicon.png',
organizationName: 'yangshun',
projectName: 'front-end-interview-handbook',
onBrokenLinks: 'ignore',
themeConfig: {
prism: {
theme: require('prism-react-renderer/themes/github'),

1
website/static/CNAME Normal file
View File

@ -0,0 +1 @@
frontendinterviewhandbook.com