Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit e94d432

Browse files
committed
chore: Title and favicon
1 parent 34aeeba commit e94d432

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="src/assets/verax-logo-circle.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/verax-logo-circle.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>Verax | Tutorial</title>
88
</head>
99
<body>
1010
<div id="root"></div>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
10-
"prettier:check": "prettier --check \"**/*.{json,yml,md,sol,js,ts,jsx,tsx}\"",
11-
"prettier:write": "prettier --write \"**/*.{json,yml,md,sol,js,ts,jsx,tsx}\"",
10+
"prettier:check": "prettier --check \"**/*.{json,md,js,ts,jsx,tsx}\"",
11+
"prettier:write": "prettier --write \"**/*.{json,md,js,ts,jsx,tsx}\"",
1212
"preview": "vite preview"
1313
},
1414
"dependencies": {

public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)