We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c75c92 commit 892ce10Copy full SHA for 892ce10
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm run build:ci
34
env:
35
REACT_APP_API_HOST: 'https://v2.velog.io/'
36
- REACT_APP_GRAPHQL_HOST: 'https://v2cdn.velog.io/'
+ REACT_APP_GRAPHQL_HOST: 'https://v2.velog.io/'
37
REACT_APP_GRAPHQL_HOST_NOCDN: 'https://v2.velog.io/'
38
PUBLIC_URL: 'https://static.velog.io/'
39
REACT_APP_REDIS_HOST: ${{ secrets.REDIS_HOST }}
0 commit comments