@@ -8,18 +8,23 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88const config = {
99 title : 'My Site' ,
1010 tagline : 'Dinosaurs are cool' ,
11+ favicon : 'img/favicon.ico' ,
12+
13+ // Set the production url of your site here
1114 url : 'https://your-docusaurus-test-site.com' ,
15+ // Set the /<baseUrl>/ pathname under which your site is served
16+ // For GitHub pages deployment, it is often '/<projectName>/'
1217 baseUrl : '/' ,
13- onBrokenLinks : 'throw' ,
14- onBrokenMarkdownLinks : 'warn' ,
15- favicon : 'img/favicon.ico' ,
1618
1719 // GitHub pages deployment config.
1820 // If you aren't using GitHub pages, you don't need these.
1921 organizationName : 'facebook' , // Usually your GitHub org/user name.
2022 projectName : 'docusaurus' , // Usually your repo name.
2123
22- // Even if you don't use internationalization, you can use this field to set useful
24+ onBrokenLinks : 'throw' ,
25+ onBrokenMarkdownLinks : 'warn' ,
26+
27+ // Even if you don't use internalization, you can use this field to set useful
2328 // metadata like html lang. For example, if your site is Chinese, you may want
2429 // to replace "en" with "zh-Hans".
2530 i18n : {
@@ -56,6 +61,8 @@ const config = {
5661 themeConfig :
5762 /** @type {import('@docusaurus/preset-classic').ThemeConfig } */
5863 ( {
64+ // Replace with your project's social card
65+ image : 'img/docusaurus-social-card.jpg' ,
5966 navbar : {
6067 title : 'My Site' ,
6168 logo : {
0 commit comments