Skip to content

Commit c971d06

Browse files
committed
ignoring public directory
1 parent 6371679 commit c971d06

File tree

3 files changed

+5
-59
lines changed

3 files changed

+5
-59
lines changed

cspell-dict.txt

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1 @@
11
quicksnip
2-
Houss
3-
cout
4-
endl
5-
Vaibhav
6-
kesarwani
7-
npos
8-
saminjay
9-
dostonnabotov
10-
minmax
11-
xshubhamg
12-
flexbox
13-
Moustafa
14-
bige
15-
kruimol
16-
rgba
17-
Segoe
18-
bezier
19-
nviction
20-
whitesmoke
21-
loxt
22-
nixo
23-
olleh
24-
realvishalrana
25-
axorax
26-
aumirza
27-
aeiou
28-
Wrld
29-
makeid
30-
Yugveer
31-
yaya
32-
funcs
33-
MCMXCIV
34-
LVIII
35-
Stelios
36-
maketrans
37-
progamin
38-
findall
39-
sublist
40-
isinstance
41-
agilarasu
42-
fromkeys
43-
sublists
44-
readlines
45-
splitext
46-
Jackeastern
47-
shutil
48-
listdir
49-
cmath
50-
dtype
51-
millis
52-
timedelta
53-
monthrange
54-
println
55-
Mathys
56-
Gasnier
57-
nowrap

cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"dictionaries": ["workspace"],
1111
"ignorePaths": [
1212
"node_modules",
13-
"dist"
13+
"dist",
14+
"public"
1415
]
1516
}

src/hooks/useLanguages.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { LanguageType } from "@types";
33
import { useFetch } from "./useFetch";
44

55
export const useLanguages = () => {
6-
const { data, loading, error } =
7-
useFetch<LanguageType[]>("/consolidated/_index.json");
6+
const { data, loading, error } = useFetch<LanguageType[]>(
7+
"/consolidated/_index.json"
8+
);
89

910
return { fetchedLanguages: data || [], loading, error };
1011
};

0 commit comments

Comments
 (0)