From 7791802b6b423940e23fe100d98fb6279cd0456d Mon Sep 17 00:00:00 2001 From: Faraaz Jan Date: Sat, 16 Dec 2023 13:40:59 -0800 Subject: [PATCH] Implement React Router GH --- index.html | 14 ++++++++++++++ package.json | 3 ++- public/404.html | 27 +++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 public/404.html diff --git a/index.html b/index.html index cedb7eb..d89e6ea 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,20 @@ Orion Studios +
diff --git a/package.json b/package.json index 8059575..5d32926 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "orion-studio-ca.github.io", + "homepage": "https://orion-studio-ca.github.io/", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..730d592 --- /dev/null +++ b/public/404.html @@ -0,0 +1,27 @@ + + + + + React Router + + + + \ No newline at end of file