mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-22 08:53:01 +02:00
Setup a /ai-tutor to /ai redirect
This commit is contained in:
@@ -16,6 +16,10 @@ export default defineConfig({
|
|||||||
status: 301,
|
status: 301,
|
||||||
destination: '/devops',
|
destination: '/devops',
|
||||||
},
|
},
|
||||||
|
'/ai-tutor': {
|
||||||
|
status: 301,
|
||||||
|
destination: '/ai',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
vite: {
|
vite: {
|
||||||
server: {
|
server: {
|
||||||
|
Reference in New Issue
Block a user