2
0
mirror of https://github.com/acepanel/acepanel.github.io.git synced 2026-02-04 07:57:17 +08:00

fix: lint

This commit is contained in:
2025-05-29 22:01:28 +08:00
parent fd1cfa4f8b
commit 86b8921565

View File

@@ -31,7 +31,7 @@ export const config = defineConfig({
...versions.map((version: string) => {
return {
text: version,
link: `/version-${version}`
link: "/version-" + version
}
})
]