Skip to content

Commit

Permalink
Added back vue var
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 29, 2021
1 parent 922207a commit c7efa96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ dotenv.config()
// TODO: remove credentials
// const VUE_APP_PARSE_APP_ID = process.env.VUE_APP_PARSE_APP_ID
// const VUE_APP_PARSE_JAVASCRIPT_KEY = process.env.VUE_APP_PARSE_JAVASCRIPT_KEY
const VUE_APP_PARSE_APP_ID = process.env.VUE_APP_PARSE_APP_ID
const VUE_APP_PARSE_JAVASCRIPT_KEY = process.env.VUE_APP_PARSE_JAVASCRIPT_KEY
Parse.initialize(VUE_APP_PARSE_APP_ID, VUE_APP_PARSE_JAVASCRIPT_KEY)
Parse.serverURL = 'https://media.macosicons.com/parse'
Expand All @@ -227,8 +227,8 @@ var Icons = Parse.Object.extend("Icons2");
let algolia = {
// TODO: remove credentials
// appid: process.env.VUE_APP_ALGOLIA_APPID,
// apikey: process.env.VUE_APP_ALGOLIA_KEY
appid: process.env.VUE_APP_ALGOLIA_APPID,
apikey: process.env.VUE_APP_ALGOLIA_KEY
}
const client = algoliasearch(algolia.appid, algolia.apikey);
Expand Down

1 comment on commit c7efa96

@vercel
Copy link

@vercel vercel bot commented on c7efa96 May 29, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.