feat: add site search with pagefind

This commit is contained in:
Stefan Imhoff
2023-06-29 17:03:18 +02:00
parent 133c976389
commit 4519a27258
17 changed files with 319 additions and 323 deletions

View File

@@ -1,9 +1,9 @@
{
"version": "0.2",
"dictionaryDefinitions": [
{ "addWords": true, "path": ".cspell/dictionary.txt", "name": "dictionary" }
],
"language": "en",
"dictionaries": ["dictionary"],
"ignorePaths": ["dist"]
"language": "en",
"dictionaries": ["dictionary"],
"ignorePaths": ["dist"],
"dictionaryDefinitions": [
{ "path": ".cspell/dictionary.txt", "addWords": true, "name": "dictionary" }
],
"version": "0.2"
}