Skip to content

Commit

Permalink
update vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Precious-Macaulay authored Nov 10, 2024
1 parent 2de73f7 commit 0c45236
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"rewrites": [
{ "source": "/imagine/**", "destination": "/index.html" }
],
"builds": [
{
"src": "vite.config.js",
"use": "@vercel/static-build",
"config": {
"distDir": "dist"
}
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/imagine/index.html"
"rewrites": [
{
"source": "/imagine/**",
"destination": "/index.html"
}
],
"builds": [
{
"src": "vite.config.js",
"use": "@vercel/static-build",
"config": {
"distDir": "dist"
}
],
"static": {
"public": true
}
}

],
"routes": [
{
"src": "/imagine/(.*)",
"dest": "/imagine/index.html"
}
]
}

0 comments on commit 0c45236

Please sign in to comment.