Skip to content

Commit f763448

Browse files
committed
fix(seo): add SpringBoot redirect
1 parent d384b92 commit f763448

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redirects.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const redirects: Record<string, string> = {
4141
'/2022/05/15/Github-Action을-이용한-CI구축하기/': '/blog/building-ci-with-github-actions/',
4242
'/2022/05/15/building-ci-with-github-actions/': '/blog/building-ci-with-github-actions/',
4343
'/2022/05/18/cronjob/': '/blog/cronjob/',
44+
'/blog/SpringBoot_서버배포/': '/blog/spring-boot-k8s-deployment/',
4445
'/2022/09/12/dbt1/': '/blog/dbt1/',
4546
'/2022/09/15/회고1/': '/blog/new-developer-retrospective/',
4647
'/2022/09/17/GKE-워크로드아이덴티티/': '/blog/gke-workload-identity/',

0 commit comments

Comments
 (0)