mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-04 04:25:28 +00:00
feat: add site search with pagefind
This commit is contained in:
14
.cspell.json
14
.cspell.json
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user