feat: update logo (#6979)

This commit is contained in:
David Luzar 2023-09-11 17:47:41 +02:00 committed by GitHub
parent 4a9adc703a
commit 5302490372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 230 additions and 64 deletions

View file

@ -10,7 +10,7 @@ const config = {
baseUrl: "/",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
favicon: "img/favicon.ico",
favicon: "img/favicon.png",
organizationName: "Excalidraw", // Usually your GitHub org/user name.
projectName: "excalidraw", // Usually your repo name.
@ -123,7 +123,7 @@ const config = {
prism: {
theme: require("prism-react-renderer/themes/dracula"),
},
image: "img/og-image.png",
image: "img/og-image-2.png",
docs: {
sidebar: {
hideable: true,