Skip to content

Commit

Permalink
fix: fix offscreen index path
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx authored and xstelea committed Apr 11, 2023
1 parent ef64cee commit 6c41899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const config = {
},
offscreen: {
hasOffscreen: import.meta.env.VITE_APP_HAS_OFFSCREEN === 'true',
url: 'src/offscreen/index.html',
url: 'src/chrome/offscreen/index.html',
},
webRTC: {
isInitiator: import.meta.env.VITE_APP_IS_INITIATOR === 'true',
Expand Down

0 comments on commit 6c41899

Please sign in to comment.