diff --git a/index.html b/index.html index bf81c28..79c4701 100644 --- a/index.html +++ b/index.html @@ -5,25 +5,6 @@ Vite + React - -
diff --git a/package-lock.json b/package-lock.json index 6382139..3ca39d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,6 @@ "eslint-plugin-react": "^7.34.2", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", - "gh-pages": "^6.1.1", "postcss": "^8.4.38", "tailwindcss": "^3.4.4", "vite": "^5.3.1" diff --git a/package.json b/package.json index e6261ba..c5cc634 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { - "homepage": "https://macareonie.github.io/me/", "name": "personal-website", "private": true, "version": "0.0.0", "type": "module", "scripts": { - "predeploy": "npm run build", - "deploy": "gh-pages -d dist", "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", diff --git a/public/404.html b/public/404.html deleted file mode 100644 index 942d716..0000000 --- a/public/404.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - React Router - - - - diff --git a/src/App.jsx b/src/App.jsx index d86c28c..38325bb 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,9 +12,10 @@ function App() { - } /> - } /> - } /> + } /> + } /> + } /> + Page Not Found} />