Skip to content

Commit

Permalink
tried to resolve vecel deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Obiski15 committed Feb 2, 2024
1 parent f38dea6 commit 17986a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/FullPageSpinner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function FullPageSpinner() {
return (
<div className="fixed bottom-0 left-0 right-0 top-0 z-50 bg-zinc-300 opacity-80 transition-all">
<svg
className="left-[50%] top-[50%] m-auto block h-[100px] w-[100px] translate-x-[-50%] translate-y-[-50%]"
className="absolute left-[50%] top-[50%] m-auto block h-[100px] w-[100px] translate-x-[-50%] translate-y-[-50%]"
xmlns="http://www.w3.org/2000/svg"
xmlnsXlink="http://www.w3.org/1999/xlink"
viewBox="0 0 100 100"
Expand Down
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ import eslint from "vite-plugin-eslint";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), eslint()],
base: "./",
});

0 comments on commit 17986a9

Please sign in to comment.