mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
fix: add redirect for broken voice transcription docs link (#6051)
This commit is contained in:
@@ -218,6 +218,12 @@ module.exports = [
|
||||
basePath: false,
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/docs/features/experimental/voice-transcription",
|
||||
destination: "/docs/code-with-ai/features/speech-to-text",
|
||||
basePath: false,
|
||||
permanent: true,
|
||||
},
|
||||
|
||||
// ============================================
|
||||
// CUSTOMIZE - Context & Indexing
|
||||
|
||||
Reference in New Issue
Block a user