Skip to content

Commit fe7666c

Browse files
committed
Updates
1 parent 3b2c606 commit fe7666c

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

components/Page/CTA.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ export const CTA: React.FunctionComponent<ICTAProps> = (props: React.PropsWithCh
5151
className={`w-full lg:h-full lg:w-auto lg:max-w-none`}
5252
// src={`https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631871148/frontmatter/preview-3.2.0.png`}
5353
// src={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649328023/frontmatter/7.1.0/panel-preview-light.png"}
54-
src={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649335002/frontmatter/7.1.0/fm-doc-screenshot.png"}
54+
// src={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649335002/frontmatter/7.1.0/fm-doc-screenshot.png"}
55+
src={"https://res.cloudinary.com/estruyf/image/upload/h_914/v1/frontmatter/10.1.0/fm-doc-screenshot"}
5556
alt={`Front Matter - Headless CMS - Live page preview`}
5657
loading={`lazy`} />
5758
</div>

content/docs/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Introduction
33
slug: ""
4-
description: Create, edit, and preview your pages within Visual Studio Code/Gitpod/... Front Matter allows you to keep control of your static site without any external tools.
4+
description: Create, edit, and preview your pages within Visual Studio Code/Gitpod/... Front Matter allows you to keep control of your static site without any external tools
55
date: 2021-08-30T16:13:00.546Z
6-
lastmod: 2024-01-09T14:32:31.894Z
6+
lastmod: 2024-04-26T14:01:49.210Z
77
weight: 1
8+
tags:
9+
- intro
810
---
911

1012
# Introduction

pages/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ const Home = ({ reviews }: InferGetStaticPropsType<typeof getStaticProps>) => {
4444
</>
4545
)}
4646
// imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1631520508/frontmatter/dashboard.png"}
47-
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649326998/frontmatter/7.1.0/dashboard.png"}
47+
// imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649326998/frontmatter/7.1.0/dashboard.png"}
48+
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/h_914/v1/frontmatter/10.1.0/dashboard"}
4849
imgAlt={"Front Matter CMS editor dashboard of your static site content"}
4950
link={`/docs/getting-started`}
5051
linkText={strings(`hero_button_primary`)} />
@@ -56,7 +57,8 @@ const Home = ({ reviews }: InferGetStaticPropsType<typeof getStaticProps>) => {
5657
description={strings(`hero_media_description`)}
5758
// imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1633417514/frontmatter/media_dashboard_v5.0.0.png"}
5859
// imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1641373114/frontmatter/media-dashboard-5.9.0.png"}
59-
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649326999/frontmatter/7.1.0/media-dashboard.png"}
60+
// imgSrc={"https://res.cloudinary.com/estruyf/image/upload/w_1256/v1649326999/frontmatter/7.1.0/media-dashboard.png"}
61+
imgSrc={"https://res.cloudinary.com/estruyf/image/upload/h_914/v1/frontmatter/10.1.0/l9hu0nchrssvemjqlr6d"}
6062
imgAlt={"Front Matter CMS - media management was never easier in VS Code"}
6163
link={`/docs/dashboard`}
6264
linkText={strings(`hero_media_button_primary`)}

0 commit comments

Comments
 (0)