File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
" review needed :eyes: " :
2
2
- src/**/*
3
+ - public/*
3
4
4
5
" documentation :book: " :
5
6
- README.md
6
7
7
8
" tooling :wrench: " :
8
9
- .github/**/*
9
10
- src/scripts/*
10
- - netlify.toml
11
+ - src/lib/*
12
+ - src/hooks/*
11
13
12
14
" dependencies :package: " :
13
15
- package.json
14
16
- yarn.lock
15
17
16
18
" internal :house: " :
17
- - gatsby-browser.js
18
- - gatsby-config.js
19
- - gatsby-node.js
20
- - gatsby-ssr.js
21
19
- .all-contributorsrc
20
+ - i18n.config.json
21
+ - next.config.js
22
+ - next-i18next.config,js
23
+ - next-sitemap.config.js
24
+ - tsconfig.json
25
+ - .nvmrc
26
+ - .eslintignore
27
+ - .eslintrc.json
28
+ - .prettierignore
29
+ - .prettierrc
30
+ - netlify.toml
22
31
23
32
" translation :earth_africa: " :
24
- - /content/translations/**/*
25
- - src/intl/*
26
- - src/utils/translations.js
33
+ - src /content/translations/**/*
34
+ - src/intl/**/*
35
+ - src/lib/ utils/translations.ts
27
36
28
37
" content :fountain_pen: " :
29
38
- src/pages/*
30
- - src/pages-conditional/*
31
- - /content/**/*
39
+ - public/content/**/*
32
40
33
41
" event :date: " :
34
42
- src/data/community-events.json
You can’t perform that action at this time.
0 commit comments