mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: update logo (#6979)
This commit is contained in:
parent
4a9adc703a
commit
5302490372
36 changed files with 230 additions and 64 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue