We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f763448 commit 78d655eCopy full SHA for 78d655e
src/redirects.ts
@@ -42,6 +42,8 @@ export const redirects: Record<string, string> = {
42
'/2022/05/15/building-ci-with-github-actions/': '/blog/building-ci-with-github-actions/',
43
'/2022/05/18/cronjob/': '/blog/cronjob/',
44
'/blog/SpringBoot_서버배포/': '/blog/spring-boot-k8s-deployment/',
45
+ '/blog/GCP환경-k8s-Sticky-Session/': '/blog/gcp-k8s-sticky-session/',
46
+ '/blog/k8s구성하기/': '/blog/setting-up-kubernetes/',
47
'/2022/09/12/dbt1/': '/blog/dbt1/',
48
'/2022/09/15/회고1/': '/blog/new-developer-retrospective/',
49
'/2022/09/17/GKE-워크로드아이덴티티/': '/blog/gke-workload-identity/',
0 commit comments