Skip to content

Commit 7fdf3fb

Browse files
committed
docs: Add missing brackets to example
1 parent 7ebd451 commit 7fdf3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/assets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default defineConfig({
115115
web_accessible_resources: [
116116
{
117117
// We'll use this matches in the cotent script as well
118-
matches: '*://*.github.com/*',
118+
matches: ['*://*.github.com/*'],
119119
// Use the same path as `relativeDest` from the WXT module
120120
resources: ['/oxc_parser_wasm_bg.wasm'],
121121
},

0 commit comments

Comments
 (0)