mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
docs: fix archive version url to include v prefix (#10111)
* docs: fix archive version url to include v prefix * docs: fix archived versions to add missing v to 1.106.1
This commit is contained in:
parent
b5991c908e
commit
8a866297f7
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ if (!lastVersion) {
|
|||
const filename = './docs/static/archived-versions.json';
|
||||
const oldVersions = JSON.parse(readFileSync(filename));
|
||||
const newVersions = [
|
||||
{ label: lastVersion, url: `https://${lastVersion}.archive.immich.app` },
|
||||
{ label: lastVersion, url: `https://v${lastVersion}.archive.immich.app` },
|
||||
...oldVersions,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue