diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index f5d34e0..4fc8e2c 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..889fa22 --- /dev/null +++ b/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [{ "source": "/(.*)", "destination": "/" }], + "build": { + "env": { + "YARN_ENABLE_IMMUTABLE_INSTALLS": "false" + } + } +} \ No newline at end of file