diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | frontend/.firebaserc | 5 | ||||
| -rw-r--r-- | frontend/firebase.json | 16 |
3 files changed, 1 insertions, 22 deletions
@@ -1,6 +1,6 @@ # ctrl-v ### A modern, open-source pastebin with latex and markdown rendering support -Frontend is in React and backend is in Go. Deployed via Firebase Hosting and Google Cloud Run. +Frontend is in React + Next.js and backend is in Go. Deployed via Vercel and Google Cloud Run.   diff --git a/frontend/.firebaserc b/frontend/.firebaserc deleted file mode 100644 index ae027e9..0000000 --- a/frontend/.firebaserc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "projects": { - "default": "ctrl-v-a8efd" - } -} diff --git a/frontend/firebase.json b/frontend/firebase.json deleted file mode 100644 index 340ed5b..0000000 --- a/frontend/firebase.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "hosting": { - "public": "build", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ], - "rewrites": [ - { - "source": "**", - "destination": "/index.html" - } - ] - } -} |