fix: Broken Releases links in sidebar #2899

closes #2899
This commit is contained in:
Ayres Vitor
2024-10-24 12:01:57 -03:00
parent db1e1ff579
commit e1c39c6ef0

View File

@@ -90,7 +90,7 @@ async function generator() {
note,
`title: '${pkg.name}@${thisVersion}'`,
`description: '${thisVersion}'`,
`slug: 'release/${pkg.name}/v${thisVersion}/'`,
`slug: 'release/${pkg.name}/v${thisVersion}'`,
`tableOfContents: false`,
`editUrl: 'https://github.com/tauri-apps/tauri-docs/blob/v2/packages/releases-generator/build.ts'`,
'pagefind: false',