Skip to content

Commit

Permalink
feat: add redirects for old urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed Oct 19, 2024
1 parent 4b2ce41 commit ba5d958
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ export default defineConfig({
},
integrations: [tailwind(), react(), icon()],
site: "https://blz-it.de",
redirects: {
"/skill08": "/mobile-applications-development",
"/skill09": "/it-software-solutions-for-business",
},
});

0 comments on commit ba5d958

Please sign in to comment.