Use whole word regex matches for descriptions

This commit is contained in:
Sam Carlton 2020-12-26 13:29:47 -06:00
parent fa222d3116
commit d434b19c9b
5 changed files with 74 additions and 41 deletions

View file

@ -4,7 +4,7 @@ import homebrewList from '~/static/homebrew-list.json'
import { byTimeThenNull } from '~/helpers/sort-list.js'
export const allVideoList = [
export const allVideoAppsList = [
...appList.sort(byTimeThenNull),
...gameList,
]