Skip to content

Commit

Permalink
fix: image urls in docs/screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
janstuemmel committed Nov 21, 2022
1 parent 63c45f0 commit 9e44986
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'/docs/build': '/build',
'/docs': '/',
},
noCompileLinks: ['/img/.*'],
noCompileLinks: ['img/.*'],
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
Expand Down
4 changes: 2 additions & 2 deletions docs/screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ A few screenshots in firefox and chrome.

| Theme | Search | Options |
| --- | --- | --- |
| [![](./img/popup-dark-light.png)](/img/popup-dark-light.png) | [![](./img/popup-search.png)](/img/popup-search.png) | [![](./img/options.png)](/img/options.png) |
| [![](./img/popup-dark-light.png)](img/popup-dark-light.png) | [![](./img/popup-search.png)](img/popup-search.png) | [![](./img/options.png)](img/options.png) |

## Chrome screenshots

| Theme | Search | Options |
| --- | --- | --- |
| [![](./img/popup-chrome.png)](/img/popup-chrome.png) | [![](./img/popup-chrome-search.png)](/img/popup-chrome-search.png) | [![](./img/options-chrome.png)](/img/options-chrome.png) |
| [![](./img/popup-chrome.png)](img/popup-chrome.png) | [![](./img/popup-chrome-search.png)](img/popup-chrome-search.png) | [![](./img/options-chrome.png)](img/options-chrome.png) |

0 comments on commit 9e44986

Please sign in to comment.