Skip to content

Commit 0352ebe

Browse files
committed
trying to fix embed
1 parent 37a4acd commit 0352ebe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/Nextjs/intro-nextjs.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Unlike vanilla React applications that require extensive configuration and additional libraries for routing, data fetching, and optimization, Next.js offers a **zero-config** approach with intelligent defaults. It bridges the gap between frontend and backend development, enabling you to build full-stack applications within a single codebase.
3232

33-
:::note
33+
3434
**Key Benefits at a Glance:**
3535
- 🚀 **Automatic Performance Optimization** - Code splitting, image optimization, and font optimization built-in
3636
- 🔍 **SEO-Friendly** - Server-side rendering and static generation for better search engine visibility
@@ -41,7 +41,6 @@ Unlike vanilla React applications that require extensive configuration and addit
4141

4242
Next.js offers both <a href="https://nextjs.org/docs">free</a> and commercial hosting solutions through Vercel, with features like automatic deployments, edge functions, real-time analytics, and global CDN distribution.
4343

44-
:::
4544

4645
## Why Choose Next.js?
4746

@@ -154,7 +153,7 @@ Similarly, React provides the core functionality for building UIs, but a complet
154153
| **Code Splitting** | Automatic bundle splitting per route | Faster initial page loads |
155154
| **Tree Shaking** | Removes unused code from bundles | Smaller bundle sizes |
156155

157-
:::
156+
158157

159158
## Why Learn Next.js in 2025 and Beyond?
160159

@@ -367,7 +366,7 @@ Now that you understand what Next.js is and why it's valuable, here's your learn
367366

368367
### Video Tutorial
369368

370-
<iframe width="880" height="480" src="https://www.youtube.com/embed/wm5gMKuwSYk" title="Next.js 14 Full Course 2024 | Build and Deploy a Full Stack App Using the Official React Framework" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
369+
<iframe width="100%" height="400" src="https://www.youtube.com/embed/wm5gMKuwSYk" title="Next.js Crash Course" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
371370

372371
## Conclusion
373372

0 commit comments

Comments
 (0)