Skip to content

Commit

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

0 comments on commit f10db13

Please sign in to comment.