Fix outdate links for API docs

This commit is contained in:
Lunny Xiao
2024-05-10 09:25:08 +08:00
parent 04ab9ab951
commit 3144bbb42b

View File

@@ -187,7 +187,7 @@ const config = {
label: 'Docs',
},
{
to: '/api/1.20/',
to: '/api/1.21/',
label: 'API',
position: 'left',
activeBaseRegex: 'api/(1.19|1.20|1.21|next)/',