Fixed README & build config

This commit is contained in:
SimonBrazell 2021-01-10 22:15:24 +11:00
parent 944f2e6ef0
commit 20a2713a56
2 changed files with 9 additions and 9 deletions

View File

@ -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) [![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 ## Get
[![Firefox Add-on](assets/images/badge-amo.png)](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/) [![Firefox Add-on](src/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) [![Chrome Extension](src/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) [![Edge Extension](src/assets/images/badge-ms.png)](https://microsoftedge.microsoft.com/addons/detail/privacy-redirect/elnabkhcgpajchapppkhiaifkgikgihj)
## About ## About

View File

@ -1,8 +1,8 @@
module.exports = { module.exports = {
ignoreFiles: [ ignoreFiles: [
'assets/images/Screen Shot*.png', "src/assets/images/Screen Shot*.png",
'assets/images/buy-me-a-coffee.png', "src/assets/images/buy-me-a-coffee.png",
'assets/images/logo*.png', "src/assets/images/logo*.png",
'assets/images/badge*.png' "src/assets/images/badge*.png",
], ],
}; };