Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SaaSquatch Docs Update #155

Closed
wants to merge 16 commits into from
Closed

SaaSquatch Docs Update #155

wants to merge 16 commits into from

Conversation

loganvolkers
Copy link
Member

@loganvolkers loganvolkers commented Feb 16, 2022

Description of the change

-Updated Meta.tsx

  • Change title slug to "SaaSquatch Docs"
  • Add SEO Content

-Fix 404 errors
-Edit package-lock.json to run locally

Types of changes

  • Documentation content
  • Page Layout / templates / structure
  • Internal / code cleanup / build system

package-lock-og.json Outdated Show resolved Hide resolved
@DerekSiemens
Copy link
Contributor

The package locks that you added @zachserviss need to be deleted and removed from this PR

@DerekSiemens
Copy link
Contributor

Title and description need to be updated for the changes made in this PR

@DerekSiemens
Copy link
Contributor

@zachserviss That should go into the section at the top of the PR

@zachserviss zachserviss changed the title Zach example SaaSquatch Docs Update Mar 4, 2022
fields?: { seoDescription?: string };
fields?: {
seoDescription?: string,
ogFeaturedImage?: {
Copy link
Contributor

Choose a reason for hiding this comment

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

Flagging type fix needed, you mentioned this was actually an array of objects

}

let ogImageURL:string;
if(props?.fields?.ogFeaturedImage != null && Object.keys(props?.fields?.ogFeaturedImage).length >0){
Copy link
Contributor

@DerekSiemens DerekSiemens Mar 28, 2022

Choose a reason for hiding this comment

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

Suggested change
if(props?.fields?.ogFeaturedImage != null && Object.keys(props?.fields?.ogFeaturedImage).length >0){
if(props?.fields?.ogFeaturedImage != null && props?.fields?.ogFeaturedImage?.length > 0){

@DerekSiemens DerekSiemens mentioned this pull request Mar 30, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants