Skip to content

Commit 432caea

Browse files
committed
chore(website): change website logos
1 parent 12fadde commit 432caea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
88
const config = {
99
title: 'Prolog as Scala DSL',
1010
tagline: 'Logic programming on the fly',
11-
favicon: 'img/favicon.ico',
11+
favicon: 'img/logos/PaS_BOW.png',
1212

1313
// Set the production url of your site here
1414
url: 'https://kelvin-olaiya.github.io',
@@ -62,12 +62,12 @@ const config = {
6262
themeConfig:
6363
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6464
({
65-
image: 'img/docusaurus-social-card.jpg',
65+
image: 'img/Prolog_as_scalaDSL_BOW.png',
6666
navbar: {
6767
title: 'PPS-22-Prolog-as-ScalaDSL',
6868
logo: {
6969
alt: 'My Site Logo',
70-
src: 'img/logo.svg',
70+
src: 'img/PaS_WOB.png',
7171
},
7272
items: [
7373
{

0 commit comments

Comments
 (0)