Skip to content

Commit 892ce10

Browse files
committed
fix: disable cdn graphql
1 parent 6c75c92 commit 892ce10

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
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build:ci
3434
env:
3535
REACT_APP_API_HOST: 'https://v2.velog.io/'
36-
REACT_APP_GRAPHQL_HOST: 'https://v2cdn.velog.io/'
36+
REACT_APP_GRAPHQL_HOST: 'https://v2.velog.io/'
3737
REACT_APP_GRAPHQL_HOST_NOCDN: 'https://v2.velog.io/'
3838
PUBLIC_URL: 'https://static.velog.io/'
3939
REACT_APP_REDIS_HOST: ${{ secrets.REDIS_HOST }}

0 commit comments

Comments
 (0)