Skip to content

Commit

Permalink
add redirect for jc post
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jun 21, 2024
1 parent 4527ab3 commit aa68f78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import { SITE } from "./src/config";

// https://astro.build/config
export default defineConfig({
redirects: {
'/posts/work-distribution-with-jump-consistent-hashing': '/posts/work-distribution-with-jump-consistent-hash'
},
site: SITE.website,
integrations: [
tailwind({
Expand Down

0 comments on commit aa68f78

Please sign in to comment.