Skip to content

Commit 4c987af

Browse files
authored
Update docusaurus.config.ts to add logo
Signed-off-by: Stacey Syphus <[email protected]>
1 parent 0e84b25 commit 4c987af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { themes as prismThemes } from "prism-react-renderer";
55

66
const config: Config = {
77
title: "sas-code-examples Documentation",
8-
favicon: "images/<your logo>.png",
8+
favicon: "images/sas.png",
99

1010
// Set the production url of your site here
1111
url: "https://sassoftware.github.io",
@@ -57,7 +57,7 @@ const config: Config = {
5757
title: "sas-code-examples Documentation",
5858
logo: {
5959
alt: "SAS",
60-
src: "images/<your logo>.png",
60+
src: "images/sas.png",
6161
},
6262
items: [
6363
{

0 commit comments

Comments
 (0)