Skip to content

Commit

Permalink
static fix
Browse files Browse the repository at this point in the history
  • Loading branch information
avi278 committed May 1, 2024
1 parent e842614 commit 1d40482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
staticDirectories: ['public', 'static'],
staticDirectories: ['static'],
favicon: 'img/geovisto-logo4.png',
organizationName: 'geovisto', // Usually your GitHub org/user name.
projectName: 'geovisto.github.io', // Usually your repo name.
Expand Down

0 comments on commit 1d40482

Please sign in to comment.