From 20a2713a5688de89b15e9bddc578f998ee28b447 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Sun, 10 Jan 2021 22:15:24 +1100 Subject: [PATCH] Fixed README & build config --- README.md | 10 +++++----- web-ext-config.js | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ce9ee7d..9408595 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ -# ![privacy-redirect](assets/images/logo-small.png) +# ![privacy-redirect](src/assets/images/logo-small.png) [![Awesome Humane Tech](https://raw.githubusercontent.com/humanetech-community/awesome-humane-tech/main/humane-tech-badge.svg?sanitize=true)](https://github.com/humanetech-community/awesome-humane-tech) -[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/SimonBrazell/donate) [![Buy me a coffee](assets/images/buy-me-a-coffee.png)](https://www.buymeacoffee.com/SimonBrazell) +[![Donate](https://liberapay.com/src/assets/widgets/donate.svg)](https://liberapay.com/SimonBrazell/donate) [![Buy me a coffee](src/assets/images/buy-me-a-coffee.png)](https://www.buymeacoffee.com/SimonBrazell) ## Get -[![Firefox Add-on](assets/images/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) -[![Chrome Extension](assets/images/badge-chrome.png)](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) -[![Edge Extension](assets/images/badge-ms.png)](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj) +[![Firefox Add-on](src/assets/images/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) +[![Chrome Extension](src/assets/images/badge-chrome.png)](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb) +[![Edge Extension](src/assets/images/badge-ms.png)](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj) ## About diff --git a/web-ext-config.js b/web-ext-config.js index 1fd87f6..79ac31d 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,8 +1,8 @@ module.exports = { ignoreFiles: [ - 'assets/images/Screen Shot*.png', - 'assets/images/buy-me-a-coffee.png', - 'assets/images/logo*.png', - 'assets/images/badge*.png' + "src/assets/images/Screen Shot*.png", + "src/assets/images/buy-me-a-coffee.png", + "src/assets/images/logo*.png", + "src/assets/images/badge*.png", ], };