We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e84b25 commit 4c987afCopy full SHA for 4c987af
website/docusaurus.config.ts
@@ -5,7 +5,7 @@ import { themes as prismThemes } from "prism-react-renderer";
5
6
const config: Config = {
7
title: "sas-code-examples Documentation",
8
- favicon: "images/<your logo>.png",
+ favicon: "images/sas.png",
9
10
// Set the production url of your site here
11
url: "https://sassoftware.github.io",
@@ -57,7 +57,7 @@ const config: Config = {
57
58
logo: {
59
alt: "SAS",
60
- src: "images/<your logo>.png",
+ src: "images/sas.png",
61
},
62
items: [
63
{
0 commit comments