Skip to content

Commit 57663f9

Browse files
committed
revert:
1 parent e112be0 commit 57663f9

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://velog.graphcdn.app/'
32+
REACT_APP_GRAPHQL_HOST: 'https://v2.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)