Skip to content

Commit

Permalink
Remove img src paths from docusaurus config
Browse files Browse the repository at this point in the history
  • Loading branch information
edew committed Jan 27, 2022
1 parent d103138 commit 837dbf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ debug.html
/website/.docusaurus
/website/.cache-loader
/website/.previous-typings-cache/*.d.ts
/website/static/img/lightweight-charts-logo.svg

!/src/typings/**/*.d.ts

Expand Down
4 changes: 1 addition & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ const config = {
navbar: {
title: 'Lightweight Charts',
logo: {
alt: 'Lightweight Charts Logo',
src: 'img/logo-light.svg',
srcDark: 'img/logo-dark.svg',
src: 'this value is not used because we swizzled the Logo component - see src/theme/Logo',
},
items: [
{
Expand Down

0 comments on commit 837dbf3

Please sign in to comment.