1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

Add redirect from devops guide

This commit is contained in:
Kamran Ahmed
2025-03-24 10:37:37 +00:00
parent d6b0357ee7
commit 18cff6476a
4 changed files with 10 additions and 10 deletions

View File

@@ -11,12 +11,15 @@ import react from '@astrojs/react';
// https://astro.build/config
export default defineConfig({
site: 'https://roadmap.sh/',
redirects: {
'/devops/devops-engineer': {
status: 301,
destination: '/devops',
},
},
vite: {
server: {
allowedHosts: [
'roadmap.sh',
'port3k.kamranahmed.info',
],
allowedHosts: ['roadmap.sh', 'port3k.kamranahmed.info'],
},
},
markdown: {