Setup a /ai-tutor to /ai redirect

pull/8456/head
Kamran Ahmed 7 days ago
parent b75d36a8c0
commit 175ac4d097
  1. 4
      astro.config.mjs

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

Loading…
Cancel
Save