Skip to content

Commit

Permalink
chore: temporary shutdown (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Apr 4, 2024
1 parent 4854a7f commit 29826c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ytsub-v3

> [!note]
> Currently the application is shutdown as Planetscale closed a hobby plan.
https://ytsub-v3-hiro18181.vercel.app

```sh
# development
pnpm i
Expand Down
5 changes: 5 additions & 0 deletions misc/vercel/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"version": 3,
"routes": [
{
"src": "^/(.*)$",
"status": 307,
"headers": { "location": "https://github.com/hi-ogawa/ytsub-v3" }
},
{
"src": "^/assets/(.*)$",
"headers": {
Expand Down

0 comments on commit 29826c3

Please sign in to comment.