Skip to content

Commit

Permalink
try to fix vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymarkova committed Jul 15, 2024
1 parent 07c7fbe commit 3bdd6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import FormControl from "@mui/material/FormControl";
import TextField from "@mui/material/TextField";
import Visibility from "@mui/icons-material/Visibility";
import VisibilityOff from "@mui/icons-material/VisibilityOff";
import AccountCircle from "@mui/icons-material/AccountCircle";

import List from "@mui/material/List";
import ListItem from "@mui/material/ListItem";
Expand Down
3 changes: 3 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
}

0 comments on commit 3bdd6ed

Please sign in to comment.