Skip to content

Commit 3c063f5

Browse files
committed
fix: include more urls to fix loading error on Figma slides and site
1 parent cdee7f2 commit 3c063f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

entrypoints/rewrite.content.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ export default defineContentScript({
77
matches: [
88
'https://www.figma.com/file/*',
99
'https://www.figma.com/design/*',
10+
'https://www.figma.com/proto/*',
11+
'https://www.figma.com/slides/*',
1012
'https://www.figma.com/deck/*',
11-
'https://www.figma.com/proto/*'
13+
'https://www.figma.com/site/*'
1214
],
1315
runAt: 'document_start',
1416
world: 'MAIN',

0 commit comments

Comments
 (0)