This commit is contained in:
smals-lade
2026-02-10 11:26:45 +01:00
parent 0f78919613
commit 9f1fdb610d
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -72,5 +72,8 @@
} }
} }
} }
},
"cli": {
"analytics": false
} }
} }
+3 -2
View File
@@ -6,8 +6,9 @@
<base href="/"> <base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> <!-- Removed external Google Fonts to avoid build-time network fetch -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
</head> </head>
<body> <body>
<app-root></app-root> <app-root></app-root>