Skip to content

Commit f43ceef

Browse files
committed
feat: ⚡ Changes GraphQL Endpoint
1 parent 448a164 commit f43ceef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm run build:ci
3030
env:
3131
REACT_APP_API_HOST: 'https://v2.velog.io/'
32-
REACT_APP_GRAPHQL_HOST: 'https://v2.velog.io/'
32+
REACT_APP_GRAPHQL_HOST: 'https://v2cdn.velog.io/'
3333
PUBLIC_URL: 'https://static.velog.io/'
3434
REACT_APP_REDIS_HOST: ${{ secrets.REDIS_HOST }}
3535
CI: false

0 commit comments

Comments
 (0)