mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03: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:
@@ -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,
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user