Refactor ScriptInfoBlocks and siteConfig to properly show the most populair scripts (#1697)

This commit is contained in:
Bram Suurd
2025-01-23 17:36:57 +01:00
committed by GitHub
parent 90d769bbbb
commit 8f87ec37d2
2 changed files with 4 additions and 8 deletions

View File

@@ -42,11 +42,7 @@ export const navbarLinks = [
mobileHidden?: boolean;
}[];
export const mostPopularScripts = [
"Proxmox VE Post Install",
"Docker",
"Home Assistant OS",
];
export const mostPopularScripts = ["post-pve-install", "docker", "homeassistant"];
export const analytics = {
url: "analytics.proxmoxve-scripts.com",