Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorManhattan committed Feb 24, 2024
1 parent 932f153 commit 3415cac
Show file tree
Hide file tree
Showing 16 changed files with 2,128 additions and 2,121 deletions.
4,237 changes: 2,119 additions & 2,118 deletions .firebase/hosting.d3d3.cache

Large diffs are not rendered by default.

Binary file added src/assets/img/og/404.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/og/blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/og/community.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/og/enterprise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/og/privacy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/og/terms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/pages/blog-page/blog-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class BlogPage {
pageTitle={this.defaults.blogPage.meta.pageTitle}
description={this.defaults.blogPage.meta.description}
rssTitle={this.defaults.blogRssTitle}
image={this.defaults.homepage + '/assets/img/og/blog.png'}
/>
<site-header defaults={this.defaults} class="heading-container" sticky={true} />
<ResponsiveContainer>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog-page/components/blog-post/blog-post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class BlogPost {
return (
<meta-tags
defaults={this.defaults}
page-title={this.data.title}
pageTitle={this.data.title}
description={this.data.description}
image={path}
/>
Expand Down
1 change: 1 addition & 0 deletions src/pages/community-page/community-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class CommunityPage {
defaults={this.data.defaults}
pageTitle={this.data.defaults.communityPage.meta.pageTitle}
description={this.data.defaults.communityPage.meta.description}
image={this.data.defaults.homepage + '/assets/img/og/community.png'}
/>
<site-header defaults={this.data.defaults} class="heading-container" sticky={true} />
<Top />
Expand Down
1 change: 1 addition & 0 deletions src/pages/enterprise-page/enterprise-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class EnterprisePage {
defaults={this.data.defaults}
pageTitle={this.data.defaults.enterprisePage.meta.pageTitle}
description={this.data.defaults.enterprisePage.meta.description}
image={this.data.defaults.homepage + '/assets/img/og/enterprise.png'}
/>
<site-header defaults={this.data.defaults} class="heading-container" sticky={true} />
<enterprise-subnav />
Expand Down
1 change: 1 addition & 0 deletions src/pages/not-found-page/not-found-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export class NotFoundPage {
description={
'This is a link to a page that does not exist. You should still visit this page to see how awesome our 404 page is though.'
}
image={this.defaults.homepage + '/assets/img/og/404.png'}
/>
<site-header defaults={this.defaults} class="heading-container" sticky={true} />
<NotFoundSimple />
Expand Down
1 change: 1 addition & 0 deletions src/pages/privacy-policy-page/privacy-policy-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export class PrivacyPolicyPage {
defaults={this.defaults}
pageTitle="Privacy Policy"
description={'Learn about what we do to protect our users privacy. Our privacy policy can answer your privacy-related issues.'}
image={this.defaults.homepage + '/assets/img/og/privacy.png'}
/>
<site-header defaults={this.defaults} class="heading-container" sticky={true} />
<PrivacyPolicy />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/solution-page/solution-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class SolutionPage implements ComponentInterface {
<Host>
<meta-tags
defaults={this.defaults}
page-title={this.defaults.solutionPage.meta.pageTitle(this.framework.name)}
pageTitle={this.defaults.solutionPage.meta.pageTitle(this.framework.name)}
description={this.defaults.solutionPage.meta.pageTitle(this.framework.name)}
/>
<site-header defaults={this.defaults} class="heading-container" sticky={true} />
Expand Down
1 change: 1 addition & 0 deletions src/pages/terms-service-page/terms-service-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export class TermsServicePage {
<meta-tags
defaults={this.defaults}
pageTitle="Terms of Service"
image={this.defaults.homepage + '/assets/img/og/terms.png'}
description={
this.defaults.brandName +
' is owned by ' +
Expand Down
2 changes: 1 addition & 1 deletion src/site-noscript.css

Large diffs are not rendered by default.

0 comments on commit 3415cac

Please sign in to comment.