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

bug(docs): fixed issue with open graph image and blog #999

Merged
merged 1 commit into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blog/2024-03-13-magazine-008.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- changelog
- newsletter
hide_table_of_contents: true
image: ../img/private-api.png
image: /img/private-api.png
---
import ReactPlayer from "react-player";
import console_new_look from "./assets/2024-03-13-magazine-008/console-new-look.mp4";
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-04-19-magazine-009.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags:
- changelog
- newsletter
hide_table_of_contents: true
image: "../img/inflight-9-banner.png"
image: "/img/inflight-9-banner.png"
---

> The 9th issue of the Wing Inflight Magazine.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- ashersterkin
tags: [cloud-oriented, programming, middleware, platforms]
hide_table_of_contents: true
image: ../img/ashers-blog-middleware-pt-two.jpg
image: /img/ashers-blog-middleware-pt-two.jpg
---

<div style={{color: "#E2EAEB", fontSize: "2rem" }}>Part Two: Pipeline Formation with Template Method </div>
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-05-16-chatgpt-client-with-nextjs-and-wing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- nathantarbert
tags: [cloud-oriented, programming, winglang, platforms]
hide_table_of_contents: true
image: ../img/chatgpt-client-cover-art.jpg
image: /img/chatgpt-client-cover-art.jpg
---

## TL;DR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Managing Winglang Libraries with AWS CodeArtifact
authors:
- ashersterkin
tags: [cloud-oriented, programming, middleware, platforms]
image: ../img/asher-code-artifacts.jpg
image: /img/asher-code-artifacts.jpg
hide_table_of_contents: true
---

Expand Down
2 changes: 1 addition & 1 deletion blog/2024-05-29-qa-bot-for-your-docs-with-langchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- nathantarbert
tags: [cloud-oriented, programming, winglang, platforms]
hide_table_of_contents: true
image: ../img/qa-bot-cover-art.png
image: /img/qa-bot-cover-art.png
---


Expand Down
2 changes: 1 addition & 1 deletion blog/2024-08-29-updated-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- winglang
- roadmap
hide_table_of_contents: true
image: ../img/roadmap-1.0-cover-art.png
image: /img/roadmap-1.0-cover-art.png
---

Hello Wingnuts!
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-2-14-five-ways-to-skin-a-lambda-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors:
- nathantarbert
tags: [cloud-oriented, programming, winglang, platforms]
hide_table_of_contents: true
image: ../img/5-cloud-functions.png
image: /img/5-cloud-functions.png
---

![Cover Art](../static/img/5-cloud-functions.png)
Expand Down
2 changes: 1 addition & 1 deletion blog/2024-6-12-ported-to-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Ported to Cloud with Winglang (Part One)
authors:
- ashersterkin
tags: [cloud-oriented, programming, middleware, platforms]
image: ../img/ported_to_cloud_cover_art.png
image: /img/ported_to_cloud_cover_art.png
hide_table_of_contents: true
---

Expand Down