From 3b29d0da5b7a74f9d762bcd527f3e7cdad699983 Mon Sep 17 00:00:00 2001 From: iarry Date: Sun, 17 Dec 2023 18:55:13 -0500 Subject: [PATCH] Fix typo in homepage --- docs/asset-manifest.json | 10 +++++----- docs/index.html | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json index 53ccc87..b76b277 100644 --- a/docs/asset-manifest.json +++ b/docs/asset-manifest.json @@ -1,10 +1,10 @@ { "files": { - "main.css": "/tokt-gear/static/css/main.83e52af6.css", - "main.js": "/tokt-gear/static/js/main.97104285.js", - "index.html": "/tokt-gear/index.html", - "main.83e52af6.css.map": "/tokt-gear/static/css/main.83e52af6.css.map", - "main.97104285.js.map": "/tokt-gear/static/js/main.97104285.js.map" + "main.css": "/totk-gear/static/css/main.83e52af6.css", + "main.js": "/totk-gear/static/js/main.97104285.js", + "index.html": "/totk-gear/index.html", + "main.83e52af6.css.map": "/totk-gear/static/css/main.83e52af6.css.map", + "main.97104285.js.map": "/totk-gear/static/js/main.97104285.js.map" }, "entrypoints": [ "static/css/main.83e52af6.css", diff --git a/docs/index.html b/docs/index.html index e12a899..3336eea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -TOTK Gear
\ No newline at end of file +TOTK Gear
\ No newline at end of file diff --git a/package.json b/package.json index c58c483..f072e14 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react-scripts": "5.0.1", "web-vitals": "^2.1.4" }, - "homepage": "https://iarry.github.io/tokt-gear", + "homepage": "https://iarry.github.io/totk-gear", "scripts": { "start": "react-scripts start", "build": "BUILD_PATH='./docs' react-scripts build",