website: change domain
This commit is contained in:
parent
d93d3a1e87
commit
7b29359fbc
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
frontendinterviewhandbook.com
|
||||
Loading…
Reference in New Issue