Heb er een PWA van gemaakt en layout gecorrigeerd
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
|
||||
export default function manifest(): MetadataRoute.Manifest {
|
||||
return {
|
||||
name: "CF Demop App",
|
||||
short_name: "CF Demop App",
|
||||
description: "Bekijk artikelen uit SAP Business One.",
|
||||
start_url: "/",
|
||||
display: "standalone",
|
||||
background_color: "#f8fafc",
|
||||
theme_color: "#0e7490",
|
||||
lang: "nl",
|
||||
icons: [
|
||||
{
|
||||
src: "/icon.svg",
|
||||
sizes: "any",
|
||||
type: "image/svg+xml",
|
||||
purpose: "maskable",
|
||||
},
|
||||
],
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user