🔧 Fixed broken path and npm script

Signed-off-by: Rishi Ghan <rishi.ghan@gmail.com>
This commit is contained in:
2023-03-01 23:13:28 -05:00
parent 084ef3c07a
commit 7eb87b066f
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"typings": "server/index.js",
"scripts": {
"build": "vite build",
"dev": "rimraf dist && vite",
"dev": "rimraf dist && npm run build && vite",
"prod": "npm run build && vite",
"docs": "jsdoc -c jsdoc.json"
},
"author": "Rishi Ghan",

View File

@@ -167,7 +167,7 @@ export const AcquisitionPanel = (
}
>
<span className="icon is-small">
<img src="/img/airdcpp_logo.svg" />
<img src="/src/client/assets/img/airdcpp_logo.svg" />
</span>
<span className="airdcpp-text">Search on AirDC++</span>
</button>