refactor: migrate from firebase to vercel
This commit is contained in:
parent
43f80f9285
commit
717282ceb1
18 changed files with 545 additions and 98 deletions
9
apps/blog/vercel.json
Normal file
9
apps/blog/vercel.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/stats/:match*",
|
||||
"destination": "https://analytics.umami.is/:match*"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue