Skip to content

Commit

Permalink
created vercel.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
UDogg committed Jun 30, 2024
1 parent 1a5f416 commit 4633661
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"redirects": [
{
"source": "/(.*)",
"destination": "https://threejs-black.vercel.app/$1",
"permanent": true
}
]
}

0 comments on commit 4633661

Please sign in to comment.