Skip to content

Commit bc7e3be

Browse files
committed
[refactor] setting
- remove the html option from the initial setting option
1 parent 3b4b5da commit bc7e3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const IndexPage = () => {
5151
size: '65',
5252
count: 1,
5353
interval: '50',
54-
results: [ResultType.html, ResultType.markdown],
54+
results: [ResultType.markdown],
5555
});
5656

5757
useEffect(() => {

0 commit comments

Comments
 (0)