Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Varsani2520 committed May 20, 2024
1 parent 773c009 commit f2290fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 0 additions & 1 deletion client/dist/assets/index-ae5751a1.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/assets/index-ae5751a1.js.map

This file was deleted.

5 changes: 1 addition & 4 deletions client/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
Expand All @@ -9,10 +8,8 @@
<script type="module" crossorigin src="/assets/index-ae5751a1.js"></script>
<link rel="stylesheet" href="/assets/index-dc009329.css">
</head>

<body>
<div id="root"></div>

</body>

</html>
</html>
10 changes: 8 additions & 2 deletions client/vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/" }
"builds": [
{
"src": "dist/**/*",
"use": "@vercel/static"
}
],
"routes": [
{ "src": "/(.*)", "dest": "/index.html" }
]
}

0 comments on commit f2290fd

Please sign in to comment.