Skip to content

Commit

Permalink
Fix build warning: specify trailingSlash config
Browse files Browse the repository at this point in the history
  • Loading branch information
edew committed Nov 9, 2021
1 parent afe21cc commit 4251535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ const config = {
baseUrl: `/${projectName}/`,
organizationName,
projectName: 'lightweight-charts',
// Docusaurus recommend that this is false when using GitHub pages https://github.com/facebook/docusaurus/issues/5026#issuecomment-865166200
trailingSlash: false,

presets: [
[
Expand Down

0 comments on commit 4251535

Please sign in to comment.