minor edits

This commit is contained in:
shayneczyzewski 2022-11-17 14:48:39 -05:00 committed by Martin Šošić
parent e56faede27
commit c168df875b
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
title: Feature Release Announcement - Wasp Jobs
title: Feature Announcement - Wasp Jobs
authors: [shayneczyzewski]
image: /img/jobs-snippet2.png
tags: [webdev, wasp, feature, jobs]

View File

@ -1,5 +1,5 @@
---
title: Feature Release Announcement - New auth method (Google)
title: Feature Announcement - New auth method (Google)
authors: [shayneczyzewski]
image: /img/auth-hero.png
tags: [webdev, wasp, feature, auth]
@ -79,7 +79,7 @@ app authExample {
### Step 3 - Get Google credentials and add environment variables
Follow the Google setup guide [here](https://wasp-lang.dev/docs/integrations/google) and add the environment variables to your `.env` file.
Follow the Google setup guide [here](https://wasp-lang.dev/docs/integrations/google) and add the environment variables to your `.env.server` file.
### Step 4 - Make use of the Google login button in your `Login` page component

View File

@ -1,5 +1,5 @@
---
title: Feature Release Announcement - Tailwind CSS support
title: Feature Announcement - Tailwind CSS support
authors: [shayneczyzewski]
image: /img/tailwind-2.png
tags: [webdev, wasp, feature, css]