[update] migrate the project formatter from prettier and eslint to biome
This commit is contained in:
@@ -23,7 +23,7 @@ function tokenizer(str: string) {
|
||||
|
||||
function makeSearchIndex() {
|
||||
const startTime = Date.now();
|
||||
let miniSearch = new minisearch({
|
||||
const miniSearch = new minisearch({
|
||||
fields: ["id", "title", "tags", "subtitle", "summary", "content"],
|
||||
storeFields: ["id", "title", "tags", "summary"],
|
||||
tokenize: tokenizer,
|
||||
|
||||
Reference in New Issue
Block a user