fix: extension doesn't work after vite bump (#1507)

* fix: extension doesn't work after vite bump
This commit is contained in:
Yun Feng
2024-06-12 05:59:42 -07:00
committed by GitHub
parent 3d951919cb
commit 4beaf2d12a
7 changed files with 6 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ const SidebarContent = ({
<Image
borderRadius="md"
boxSize="2rem"
src={Browser.runtime.getURL('assets/icon128.png')}
src={Browser.runtime.getURL('icon128.png')}
alt="RRWeb Logo"
/>
</Link>