Skip to content

Commit

Permalink
chore(blog): change title and add redirects for article
Browse files Browse the repository at this point in the history
  • Loading branch information
rxtsel committed Oct 23, 2024
1 parent 8aaa6e2 commit 08570e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,19 @@ export default defineConfig({
'/blog/240129-comandos-basicos-de-neovim/': {
status: 301,
destination: '/es/blog/basic-commands-for-neovim/'
}
},
'/en/blog/how-to-install-husky-and-commitlint-in-your-projects-a-step-by-step-guide':
{
status: 301,
destination:
'/en/blog/how-to-install-husky-commitlint-and-lint-staged-in-your-projects-a-step-by-step-guide/'
},
'es/blog/how-to-install-husky-and-commitlint-in-your-projects-a-step-by-step-guide':
{
status: 301,
destination:
'/es/blog/how-to-install-husky-commitlint-and-lint-staged-in-your-projects-a-step-by-step-guide/'
}
},
vite: {
resolve: {
Expand Down

0 comments on commit 08570e3

Please sign in to comment.