mirror of
https://github.com/acepanel/acepanel.github.io.git
synced 2026-02-04 11:27:14 +08:00
fix: lint
This commit is contained in:
@@ -29,9 +29,10 @@ export const config = defineConfig({
|
||||
collapsed: true,
|
||||
items: [
|
||||
...versions.map((version: string) => {
|
||||
const locale = ''
|
||||
return {
|
||||
text: version,
|
||||
link: "/version-" + version
|
||||
link: locale ? `/${locale}/version-${version}` : `/version-${version}`
|
||||
}
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user