Remove Node_modules as not needed vendored

also changed few Things about Website
This commit is contained in:
2026-07-07 14:05:47 +02:00
parent 098dd31b58
commit dd2ac3bc69
1460 changed files with 405 additions and 204880 deletions
+9 -1
View File
@@ -12,9 +12,17 @@ module.exports = [
},
{
os: "Linux",
format: "AppImage x86_64",
format: "Flatpak (.flatpakref)",
icon: "🐧",
recommended: true,
note: "Recommended for most Linux users. Open the file with GNOME Software / Discover, or run: flatpak install de.x08.KST4Contest.flatpakref",
url: `${base}/de.x08.KST4Contest.flatpakref`
},
{
os: "Linux",
format: "AppImage x86_64",
icon: "🐧",
recommended: false,
note: "Portable Linux build without package installation.",
url: `${base}/KST4Contest-${latestTag}-linux-x86_64.AppImage`
},
-1
View File
@@ -2,7 +2,6 @@ module.exports = [
{ title: "Home", url: "/" },
{ title: "Features", url: "/features/" },
{ title: "Screenshots", url: "/screenshots/" },
{ title: "Download", url: "/download/" },
{ title: "Manual", url: "/manual/" },
{ title: "News", url: "/news/" },
{ title: "About", url: "/about/" },