mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Upgrade to Laravel 10, Vite 5+
This commit is contained in:
@@ -133,7 +133,7 @@ async function chooseTemplate() {
|
||||
}
|
||||
|
||||
function getTickImage() {
|
||||
const imgUrl = new URL('/img/tick.png', import.meta.url)
|
||||
const imgUrl = new URL('$images/tick.png', import.meta.url)
|
||||
return imgUrl
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user