Skip to content

Commit 78d655e

Browse files
committed
fix(seo): add GCP sticky session and k8s setup redirects
1 parent f763448 commit 78d655e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/redirects.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export const redirects: Record<string, string> = {
4242
'/2022/05/15/building-ci-with-github-actions/': '/blog/building-ci-with-github-actions/',
4343
'/2022/05/18/cronjob/': '/blog/cronjob/',
4444
'/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/',
4547
'/2022/09/12/dbt1/': '/blog/dbt1/',
4648
'/2022/09/15/회고1/': '/blog/new-developer-retrospective/',
4749
'/2022/09/17/GKE-워크로드아이덴티티/': '/blog/gke-workload-identity/',

0 commit comments

Comments
 (0)