Skip to content

Commit 33820e1

Browse files
fix: use unpkg
1 parent 27c4107 commit 33820e1

File tree

1 file changed

+1
-1
lines changed
  • website/src/components/astGrep

1 file changed

+1
-1
lines changed

website/src/components/astGrep/lang.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const parserPaths = {
2020
java: 'tree-sitter-java.wasm',
2121
json: 'tree-sitter-json.wasm',
2222
kotlin: 'tree-sitter-kotlin.wasm',
23-
php: 'tree-sitter-php.wasm',
23+
php: 'https://unpkg.com/[email protected]/tree-sitter-php.wasm',
2424
python: 'tree-sitter-python.wasm',
2525
ruby: 'tree-sitter-ruby.wasm',
2626
rust: 'tree-sitter-rust.wasm',

0 commit comments

Comments
 (0)