From 73d2a0b6365040ee8e1bd05868f0d1426e29942f Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sun, 11 Apr 2021 15:39:56 -0700 Subject: readme bump + more firebase removal --- README.md | 2 +- frontend/.firebaserc | 5 ----- frontend/firebase.json | 16 ---------------- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 frontend/.firebaserc delete mode 100644 frontend/firebase.json diff --git a/README.md b/README.md index 19d7e55..ac7057f 100644 --- a/README.md +++ b/README.md @@ -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. ![Go Paste Example](https://user-images.githubusercontent.com/23178940/83225601-06f0bb80-a135-11ea-9af2-9f2946459fe7.png) ![Markdown Rendering](https://user-images.githubusercontent.com/23178940/83225605-0821e880-a135-11ea-9efd-e7242ebde265.png) 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" - } - ] - } -} -- cgit v1.2.3