Skip to content

Commit

Permalink
Merge pull request #618 from jayehernandez/fix/updates
Browse files Browse the repository at this point in the history
Security changes, Manifest v3, and Move to Vercel
  • Loading branch information
jayehernandez authored Oct 20, 2022
2 parents 666787a + f82af81 commit 593a538
Show file tree
Hide file tree
Showing 14 changed files with 28,777 additions and 2,988 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ client/.env
client/coverage
client/.jshintrc

# This is where the responsive voice code is...
# I don't know how else to inject it without hiding the key
client/src/scripts

server/node_modules
server/.env
server/coverage
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
![Title](docs/screenshots/title.png)

Hey there! This repository is currently on **VACATION MODE** 🏝

> ⚠️ Commenting and opening issues or PRs won't be allowed for a while. You can still fork the repo, leave a star, and [**use the extension**](https://chrome.google.com/webstore/detail/letra/cjodkkjokggcaeacdhjliobekbnnmoio). Just taking a break from maintaining this repo, back soon. For any urgent concerns, feel free to reach out to me on [Twitter](https://twitter.com/jayehernandez_). Thank you!
<p>
Expand Down Expand Up @@ -96,7 +97,6 @@ Here's a [guide](https://github.com/jayehernandez/letra-extension/blob/master/do
- Background Image API from [Unsplash](https://unsplash.com/developers)
- Twitter Flag Emojis from [Twemoji Awesome](https://github.com/ellekasai/twemoji-awesome)
- Icons from [Raj Dev](https://freeicons.io/profile/714)
- [Vue Analytics](https://github.com/MatteoGabriele/vue-analytics)
- README generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)

Give a ⭐️ if this project helped you!
Expand All @@ -106,7 +106,9 @@ Give a ⭐️ if this project helped you!
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-57-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
Expand Down
3 changes: 1 addition & 2 deletions client/.env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
NODE_ENV=development
VUE_APP_API_URL=http://localhost:3000
VUE_APP_VOICE_URL=
VUE_APP_GOOGLE_ANALYTICS_ID=
VUE_APP_VOICE_URL=
Loading

2 comments on commit 593a538

@vercel
Copy link

@vercel vercel bot commented on 593a538 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

letra-extension – ./server

letra-extension-jayehernandez.vercel.app
letra-extension.vercel.app
letra-extension-git-master-jayehernandez.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 593a538 Oct 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

letra – ./site

letra-jayehernandez.vercel.app
letra-git-master-jayehernandez.vercel.app
letra.vercel.app

Please sign in to comment.