Skip to content

Commit 4f9876c

Browse files
author
Amelia Wattenberger
committed
fix file block matches
1 parent 79f4a9e commit 4f9876c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blocks.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"title": "Preview Block",
1414
"description": "Preview your site (from a file)",
1515
"entry": "blocks/preview-file-block.tsx",
16-
"matches": ["*.tsx, *.ts, *.jsx, *.js"],
16+
"matches": ["*.tsx", "*.ts", "*.jsx", "*.js"],
1717
"example_path": "https://github.com/githubnext/blocks-preview-experiment/blob/main/pages/about.tsx"
1818
}
1919
]

0 commit comments

Comments
 (0)