mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39:17 +00:00
Refactor site configuration to utilize centralized settings for analytics and base path; replace PocketBase imports with new data module
This commit is contained in:
parent
860186e4fa
commit
b6ab3dd37d
@ -1,3 +1,4 @@
|
|||||||
|
import { basePath } from "@/config/siteConfig";
|
||||||
import type { MetadataRoute } from "next";
|
import type { MetadataRoute } from "next";
|
||||||
|
|
||||||
export const generateStaticParams = () => {
|
export const generateStaticParams = () => {
|
||||||
@ -9,13 +10,13 @@ export default function manifest(): MetadataRoute.Manifest {
|
|||||||
name: "Proxmox VE Helper-Scripts",
|
name: "Proxmox VE Helper-Scripts",
|
||||||
short_name: "Proxmox VE Helper-Scripts",
|
short_name: "Proxmox VE Helper-Scripts",
|
||||||
description:
|
description:
|
||||||
"A Re-designed Front-end for the Proxmox VE Helper-Scripts Repository. Featuring over 150+ scripts to help you manage your Proxmox VE environment.",
|
"A Re-designed Front-end for the Proxmox VE Helper-Scripts Repository. Featuring over 200+ scripts to help you manage your Proxmox VE environment.",
|
||||||
theme_color: "#030712",
|
theme_color: "#030712",
|
||||||
background_color: "#030712",
|
background_color: "#030712",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
orientation: "portrait",
|
orientation: "portrait",
|
||||||
scope: "/Proxmox/",
|
scope: `${basePath}`,
|
||||||
start_url: "/Proxmox/",
|
start_url: `${basePath}`,
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: "logo.png",
|
src: "logo.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user