This commit is contained in:
Unknown 2025-03-25 22:10:59 -07:00
parent 703bdcc22d
commit 9daa8c6f4e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 498 KiB

View file

@ -1,6 +1,6 @@
{
"short_name": "Personal Website",
"name": "My Personal Website",
"short_name": "End",
"name": "EndofTimee",
"icons": [
{
"src": "favicon.ico",

View file

@ -16,8 +16,8 @@
"noEmit": true,
"jsx": "react-jsx",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {