diff --git a/app/layout.tsx b/app/layout.tsx index 192e6b9..52cba7c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,7 +17,7 @@ export const metadata: Metadata = { authors: [{ name: "FES Acatlán" }], creator: "Lino,Carlos,Axel", icons: { - icon: "/icon.svg", + icon: [{url:"/icon.ico"},{url:"/icon.png"},{url:"/icon.svg"}], }, }; diff --git a/app/not-found.tsx b/app/not-found.tsx index 308a276..0986000 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -17,4 +17,4 @@ export default function NotFound() { ); -} +} \ No newline at end of file diff --git a/proxy.ts b/proxy.ts index 8624d57..dcfaffa 100644 --- a/proxy.ts +++ b/proxy.ts @@ -86,4 +86,5 @@ export const config = { "/AgregarTiempo", "/ActivosMantenimiento", ], -}; \ No newline at end of file +}; +//IO \ No newline at end of file diff --git a/public/icon.ico b/public/icon.ico new file mode 100644 index 0000000..37f0070 Binary files /dev/null and b/public/icon.ico differ diff --git a/public/icon.png b/public/icon.png new file mode 100644 index 0000000..72cf6f2 Binary files /dev/null and b/public/icon.png differ