diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 15:39:56 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 15:39:56 -0700 |
| commit | 73d2a0b6365040ee8e1bd05868f0d1426e29942f (patch) | |
| tree | b48a5e09168c3d3c45ed51cc653cf5e913f26654 | |
| parent | remove gha for firebase (diff) | |
| download | ctrl-v-73d2a0b6365040ee8e1bd05868f0d1426e29942f.tar.xz ctrl-v-73d2a0b6365040ee8e1bd05868f0d1426e29942f.zip | |
readme bump + more firebase removal
| -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" - } - ] - } -} |