Skip to content

Commit

Permalink
Merge pull request #289 from blz-it/275-url-redirects-for-old-skill-p…
Browse files Browse the repository at this point in the history
…ages

Add Redirects For Old URLs
  • Loading branch information
Benjamin-Frost authored Oct 19, 2024
2 parents 4b2ce41 + f10db13 commit 3ac6161
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: {
"/de/skill08": "/mobile-applications-development",
"/de/skill09": "/it-software-solutions-for-business",
},
});

0 comments on commit 3ac6161

Please sign in to comment.