diff --git a/index.html b/index.html
index 0c589ec..b796c3e 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,27 @@
-
-
-
-
- Vite + React
-
-
-
-
-
+
+
+
+
+
+
+
+
+ TOM BUTCHER
+
+
+
+
+
+
diff --git a/public/manifest.json b/public/manifest.json
index 626fda0..47102b6 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,14 +1,14 @@
{
- "short_name": "TomButcher",
+ "short_name": "Tom Butcher",
"name": "TOM BUTCHER",
"icons": [
{
- "src": "favicon192.png",
+ "src": "https://cdn.tombutcher.work/favicon/favicon192.png",
"type": "image/png",
"sizes": "192x192"
},
{
- "src": "favicon512.png",
+ "src": "https://cdn.tombutcher.work/favicon/favicon512.png",
"type": "image/png",
"sizes": "512x512"
}
diff --git a/src/utils/CacheReloadView.jsx b/src/utils/CacheReloadView.jsx
index 8c1a94e..c208ff8 100644
--- a/src/utils/CacheReloadView.jsx
+++ b/src/utils/CacheReloadView.jsx
@@ -14,7 +14,7 @@ const CacheReloadView = () => {
const reloadCache = async () => {
try {
const response = await fetch(
- "http://192.168.68.53:8787/api/utils/cache",
+ "https://web.tombutcher.work/api/utils/cache",
{ method: "POST" },
);
if (!response.ok) {