Skip to content

Commit e764d5c

Browse files
chore(docs): update branding
1 parent 0061177 commit e764d5c

File tree

5 files changed

+44
-3
lines changed

5 files changed

+44
-3
lines changed

docs/docusaurus.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ module.exports = {
55
tagline: "DevContainers everywhere",
66
url: "https://devpod.sh",
77
baseUrl: __webpack_public_path__,
8-
favicon: "/media/devpod-favicon.png",
8+
favicon: "/media/devpod-favicon.svg",
99
organizationName: "loft-sh", // Usually your GitHub org/user name.
1010
projectName: "devpod", // Usually your repo name.
1111
themeConfig: {
1212
colorMode: {
13-
defaultMode: 'light',
13+
defaultMode: "light",
1414
disableSwitch: false,
1515
respectPrefersColorScheme: true,
1616
},
1717
navbar: {
1818
logo: {
1919
alt: "devpod",
20-
src: "/media/devpod-logo.png",
20+
src: "/media/devpod-logo-horizontal.svg",
21+
srcDark: "/media/devpod-logo-horizontal-dark.svg",
2122
href: "https://devpod.sh/",
2223
target: "_self",
2324
},
-1.82 KB
Binary file not shown.
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Loading
Lines changed: 10 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)