Skip to content

Commit 352d646

Browse files
committed
fix: resolve vercel deployment/build issues
1 parent 547f08f commit 352d646

16 files changed

Lines changed: 25 additions & 25 deletions

File tree

blog/ETL-pipeline-tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You create a Linked Service once, then reuse it across as many datasets and pipe
8686
height="400"
8787
src="https://www.youtube.com/embed/EpDkxTHAhOs"
8888
title="YouTube video player"
89-
style="border: none;"
89+
style={{ border: "none" }}
9090
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
9191
allowFullScreen>
9292
</iframe>

blog/git-coding-agent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The GitHub Copilot Coding Agent represents a significant step forward in develop
140140

141141
Check out this video walkthrough of the GitHub Copilot Coding Agent in action:
142142

143-
<iframe width="100%" height="400" src="https://www.youtube.com/embed/6AmzJDAOHJ8" title="GitHub Copilot Coding Agent Demo" style="border: none;" allowfullscreen></iframe>
143+
<iframe width="100%" height="400" src="https://www.youtube.com/embed/6AmzJDAOHJ8" title="GitHub Copilot Coding Agent Demo" style={{ border: "none" }} allowfullscreen></iframe>
144144

145145
---
146146
<GiscusComments/>

blog/netflix-data-engineering/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Before diving into individual tools, watch this first. Flink Forward's breakdown
105105
height="400"
106106
src="https://www.youtube.com/embed/lC0d3gAPXaI"
107107
title="Netflix Data Engineering with Apache Flink"
108-
style="border: none;"
108+
style={{ border: "none" }}
109109
allowfullscreen>
110110
</iframe>
111111

docs/Docker/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
description: Learn Docker fundamentals - what containers are, why use Docker, core concepts like images and containers, and get started with essential Docker commands.
1414
---
1515

16-
<div style="text-align: center">
16+
<div style={{ textAlign: "center" }}>
1717

1818
# Introduction to Docker
1919
</div>

docs/GitHub/GitHub-basics/create-github-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You will now be able to see the uploaded resume in your repository.
132132

133133
### Watch the video Tutorial
134134

135-
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
135+
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style={{ border: "none" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
136136

137137
## Conclusion
138138

docs/GitHub/GitHub-basics/first-opensource-code.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This is a beginner-friendly repository designed for practicing open source contr
4949

5050
<BrowserWindow url="https://github.com/sanjay-kv/Open-source-Practice" bodyStyle={{padding: 0}}>
5151
[![GitHub](./assets/23-opensource.png)](https://github.com/sanjay-kv/Open-source-Practice)
52-
<div style="text-align: center"><small>Step 1: Repository Home Page</small></div>
52+
<div style={{ textAlign: "center" }}><small>Step 1: Repository Home Page</small></div>
5353
</BrowserWindow>
5454

5555
Take a moment to:
@@ -68,12 +68,12 @@ Forking creates your own copy of the repository where you can make changes witho
6868

6969
<BrowserWindow url="https://github.com/sanjay-kv/Learn-GitHub/fork" bodyStyle={{padding: 0}}>
7070
[![GitHub](./assets/21-final-fork.png)](https://github.com/sanjay-kv/Learn-GitHub/fork)
71-
<div style="text-align: center"><small>Step 2: Forking the Repository</small></div>
71+
<div style={{ textAlign: "center" }}><small>Step 2: Forking the Repository</small></div>
7272
</BrowserWindow>
7373

7474
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
7575
[![GitHub](./assets/24-opensource-fork.png)](https://github.com/sandemouser/Learn-GitHub)
76-
<div style="text-align: center"><small>Step 3: Fork Button Location</small></div>
76+
<div style={{ textAlign: "center" }}><small>Step 3: Fork Button Location</small></div>
7777
</BrowserWindow>
7878

7979
Once the fork is complete, you'll see:
@@ -82,7 +82,7 @@ Once the fork is complete, you'll see:
8282

8383
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
8484
[![GitHub](./assets/25-opensource-done.png)](https://github.com/sandemouser/Learn-GitHub)
85-
<div style="text-align: center"><small>Step 4: Fork Complete</small></div>
85+
<div style={{ textAlign: "center" }}><small>Step 4: Fork Complete</small></div>
8686
</BrowserWindow>
8787

8888
## Step 3: Edit files directly on GitHub
@@ -101,7 +101,7 @@ For this practice repository, you'll typically add your name to a contributors l
101101

102102
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
103103
[![GitHub](./assets/26-add-name.png)](https://github.com/sandemouser/Learn-GitHub)
104-
<div style="text-align: center"><small>Step 5: Add Your Name</small></div>
104+
<div style={{ textAlign: "center" }}><small>Step 5: Add Your Name</small></div>
105105
</BrowserWindow>
106106

107107
Common first contributions include:
@@ -113,7 +113,7 @@ Common first contributions include:
113113

114114
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
115115
[![GitHub](./assets/27-added-git-line.png)](https://github.com/sandemouser/Learn-GitHub)
116-
<div style="text-align: center"><small>Step 6: Changes Made</small></div>
116+
<div style={{ textAlign: "center" }}><small>Step 6: Changes Made</small></div>
117117
</BrowserWindow>
118118

119119
:::tip Best Practices for Making Changes
@@ -140,7 +140,7 @@ After making your edits, you need to commit them. A commit is like saving a snap
140140

141141
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
142142
[![GitHub](./assets/28-opensource-commit.png)](https://github.com/sandemouser/Learn-GitHub)
143-
<div style="text-align: center"><small>Step 7: Commit Changes</small></div>
143+
<div style={{ textAlign: "center" }}><small>Step 7: Commit Changes</small></div>
144144
</BrowserWindow>
145145

146146
**Good commit message examples:**
@@ -155,7 +155,7 @@ After making your edits, you need to commit them. A commit is like saving a snap
155155

156156
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
157157
[![GitHub](./assets/29-git-final-commit.png)](https://github.com/sandemouser/Learn-GitHub)
158-
<div style="text-align: center"><small>Step 8: Final Commit Review</small></div>
158+
<div style={{ textAlign: "center" }}><small>Step 8: Final Commit Review</small></div>
159159
</BrowserWindow>
160160

161161
## Step 5: Create a Pull Request
@@ -188,7 +188,7 @@ A Pull Request is a way to propose changes to a repository. It allows:
188188

189189
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
190190
[![GitHub](./assets/30-opensource-final-check.png)](https://github.com/sandemouser/Learn-GitHub)
191-
<div style="text-align: center"><small>Step 9: Create Pull Request</small></div>
191+
<div style={{ textAlign: "center" }}><small>Step 9: Create Pull Request</small></div>
192192
</BrowserWindow>
193193

194194
### Writing a Good Pull Request Description
@@ -281,7 +281,7 @@ After creating your pull request:
281281

282282
For a visual walkthrough of the entire process, watch this helpful video:
283283

284-
<iframe width="883" height="480" src="https://www.youtube.com/embed/R7NReLBCT_8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to do your first opensource on GitHub" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
284+
<iframe width="883" height="480" src="https://www.youtube.com/embed/R7NReLBCT_8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to do your first opensource on GitHub" style={{ border: "none" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
285285

286286
## Finding Projects to Contribute To
287287

docs/GitHub/GitHub-basics/github-repo-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ git config --global user.name "Github username"
110110

111111

112112

113-
<iframe width="880" height="480" src="https://www.youtube.com/embed/DO38CZcw5pg?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="Github create repo using command line" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
113+
<iframe width="880" height="480" src="https://www.youtube.com/embed/DO38CZcw5pg?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="Github create repo using command line" style={{ border: "none" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
114114

115115
## Conclusion
116116

docs/GitHub/Maintainer-guide/enable-discussion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Now you will be able to see the uploaded resume.
129129

130130
### Watch the video Tutorial
131131

132-
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
132+
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style={{ border: "none" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
133133

134134
## Conclusion
135135

docs/GitHub/Maintainer-guide/github-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Now you will be able to see the uploaded resume.
123123

124124
### Watch the video Tutorial
125125

126-
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
126+
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style={{ border: "none" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
127127

128128
## Conclusion
129129

docs/GitHub/Maintainer-guide/github-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Now you will be able to see the uploaded resume.
131131

132132
### Watch the video Tutorial
133133

134-
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
134+
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style={{ border: "none" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
135135

136136
## Conclusion
137137

0 commit comments

Comments
 (0)