Skip to content

Commit

Permalink
feat: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 26, 2024
1 parent 493b54e commit c07c5db
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default defineConfig({
"Build powerful applications on top of the Coinbase Developer Platform",
themeConfig: {
outline: [2, 3],
logo: "/logo.svg",
search: {
provider: "local",
},
Expand Down Expand Up @@ -109,7 +110,7 @@ export default defineConfig({
footer: {
message: "Released under the MIT License.",
copyright: "Copyright © 2024-present Roushou",
}
},
},
lastUpdated: true,
});
12 changes: 12 additions & 0 deletions docs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c07c5db

Please sign in to comment.