Skip to content

Commit a8bf071

Browse files
committedJul 10, 2021
Update gatsby, most files to .tsx
1 parent 1ee1793 commit a8bf071

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+9748
-4731
lines changed
 

‎codegen.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
schema: http://localhost:8000/___graphql
2+
documents:
3+
- ./src/**/*.{ts,tsx}
4+
# - ./node_modules/gatsby-transformer-sharp/!(node_modules)/**/*.js
5+
generates:
6+
./src/types/gatsby-types.ts:
7+
plugins:
8+
- typescript
9+
- typescript-operations
10+
config:
11+
avoidOptionals: true
12+
namespacedImportName: GatsbyTypes

‎content/E-FOP.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ committee:
2020
- title: Vice Project Director
2121
name: Lee Yi Kai
2222
subcommittee:
23-
Pro-Logs:
23+
- name: Pro-Logs
2424
head:
2525
title: Pro-Logs Head
2626
name: Aakansha Narain
@@ -30,14 +30,14 @@ committee:
3030
- name: Tiew Wei Jian
3131
- name: Chia Wen Ling
3232
- name: Koh Rui Ling
33-
Admin:
33+
- name: Admin
3434
head:
3535
title: Admin Head
3636
name: Bryan Tee Pak Hong
3737
members:
3838
- name: Tan Yan Rong Amelia
3939
- name: Lim Fang Ding
40-
Publicity:
40+
- name: Publicity
4141
head:
4242
title: Publicity Head
4343
name: Koh Jia Xian

0 commit comments

Comments
 (0)
Please sign in to comment.