1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-22 00:43:01 +02:00

Setup a /ai-tutor to /ai redirect

This commit is contained in:
Kamran Ahmed
2025-04-03 17:42:18 +01:00
parent b75d36a8c0
commit 175ac4d097

View File

@@ -16,6 +16,10 @@ export default defineConfig({
status: 301,
destination: '/devops',
},
'/ai-tutor': {
status: 301,
destination: '/ai',
},
},
vite: {
server: {