Skip to content

Commit

Permalink
chore: change demo site search shortcut as CTRL+K
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 29, 2023
1 parent 56f50e9 commit 5c3ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ categoryId = "MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyODkzODg2"
indexPaginate = 100 # The number of pages per index file. Default to 1000.
# indexPreload = false # Do not preload index files.
# maxResults = 50
# shortcut = ["Control", "/"]
shortcut = ["Control", "k"]
# Fuse.js options, the following options are available. See https://fusejs.io/api/options.html.
[search.fuse]
# ignoreLocation = true
Expand Down

0 comments on commit 5c3ad1a

Please sign in to comment.