Skip to content

Commit 1d2c463

Browse files
committed
chore: fix logos links
1 parent a07d825 commit 1d2c463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ const config = {
6262
themeConfig:
6363
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
6464
({
65-
image: 'img/Prolog_as_scalaDSL_BOW.png',
65+
image: 'img/logos/Prolog_as_scalaDSL_BOW.png',
6666
navbar: {
6767
title: 'PPS-22-Prolog-as-ScalaDSL',
6868
logo: {
6969
alt: 'My Site Logo',
70-
src: 'img/PaS_WOB.png',
70+
src: 'img/logos/PaS_WOB.png',
7171
},
7272
items: [
7373
{

0 commit comments

Comments
 (0)