File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
8
8
const config = {
9
9
title : 'Prolog as Scala DSL' ,
10
10
tagline : 'Logic programming on the fly' ,
11
- favicon : 'img/favicon.ico ' ,
11
+ favicon : 'img/logos/PaS_BOW.png ' ,
12
12
13
13
// Set the production url of your site here
14
14
url : 'https://kelvin-olaiya.github.io' ,
@@ -62,12 +62,12 @@ const config = {
62
62
themeConfig :
63
63
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
64
64
( {
65
- image : 'img/docusaurus-social-card.jpg ' ,
65
+ image : 'img/Prolog_as_scalaDSL_BOW.png ' ,
66
66
navbar : {
67
67
title : 'PPS-22-Prolog-as-ScalaDSL' ,
68
68
logo : {
69
69
alt : 'My Site Logo' ,
70
- src : 'img/logo.svg ' ,
70
+ src : 'img/PaS_WOB.png ' ,
71
71
} ,
72
72
items : [
73
73
{
You can’t perform that action at this time.
0 commit comments