favicon and project name
Some checks failed
Build Mau & Deploy Mau / build (push) Failing after 44s
Build Mau & Deploy Mau / deploy (push) Has been skipped
Build Mau & Deploy Mau / build (pull_request) Failing after 48s
Build Mau & Deploy Mau / deploy (pull_request) Has been skipped

This commit is contained in:
2024-07-14 17:05:07 +02:00
parent e059fc347c
commit 4e6391b9ea
4 changed files with 9 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Mau Mau!</title>
</head>
<body id="app"></body>
<script type="module" src="/src/main.ts"></script>

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "maumau-client-vue",
"name": "maumau-client",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "maumau-client-vue",
"name": "maumau-client",
"version": "0.0.0",
"dependencies": {
"@mdi/svg": "^7.4.47",

View File

@@ -1,5 +1,5 @@
{
"name": "maumau-client-vue",
"name": "maumau-client",
"version": "0.0.0",
"private": true,
"type": "module",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 38 KiB