chore: Update vercel.json to enable clean URLs

The vercel.json file has been modified to set the "cleanUrls" property to true. This change enables clean URLs for the project.
This commit is contained in:
Mauro Balades 2024-08-18 01:55:35 +02:00
parent b6d746d984
commit 2ea84cc177

3
vercel.json Normal file
View file

@ -0,0 +1,3 @@
{
"cleanUrls": true
}