Remove external img provider
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
@@ -2,10 +2,9 @@
|
||||
title: How To Connect You Namecheap Domain With Vercel Deployed App
|
||||
date: 1st Mar 2023
|
||||
description: Here you will lean how to connect your namecheap domain to vercel deployed app.
|
||||
image: /nuxt-blog/pexels-photo-1779487_fnvw1l.jpg
|
||||
image: /blogs-img/blog1.jpg
|
||||
alt: How To Connect You Namecheap Domain With Vercel Deployed App
|
||||
ogImage: https://res.cloudinary.com/dmecmyphj/image/upload/v1673369821/cld-sample-3.jpg
|
||||
provider: cloudinary
|
||||
ogImage: /blog-img/blog1.jpg
|
||||
tags: ['namecheap', 'vercel']
|
||||
published: true
|
||||
---
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
title: How To Fix TailwindCSS Intellisense In Nuxt3 Project
|
||||
date: 26th Jan 2023
|
||||
description: In Nuxt3 project tailwind css intellisense doesn't seems to work properly. In this blog I will share a workaround to fix this issue.
|
||||
image: /nuxt-blog/pexels-photo-157040_gwfamn.jpg
|
||||
image: /blogs-img/blog2.jpg
|
||||
alt: Hwo to fix tailwind intellisense in nuxt3 project
|
||||
ogImage: /nuxt-blog/pexels-photo-157040_gwfamn.jpg
|
||||
provider: cloudinary
|
||||
ogImage: /blogs-img/blog2.jpg
|
||||
tags: ['nuxt', 'tailwindcss']
|
||||
published: true
|
||||
---
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
title: How To Create Namespace Subdomain & Connect To Vercel App
|
||||
date: 1st Mar 2023
|
||||
description: Here we will learn, How To Create Namespace Subdomain & Connect To Vercel App
|
||||
image: /nuxt-blog/pexels-photo-4523062_zeiadq.jpg
|
||||
image: /blogs-img/blog3.jpg
|
||||
alt: How To Create Namespace Subdomain & Connect To Vercel App
|
||||
ogImage: /nuxt-blog/pexels-photo-4523062_zeiadq.jpg
|
||||
provider: cloudinary
|
||||
ogImage: /blogs-img/blog3.jpg
|
||||
tags: ['nuxt', 'vercel', 'namecheap']
|
||||
published: true
|
||||
---
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
title: How To Properly Fetch Nuxt Content Data and Render It in Nuxt Pages
|
||||
date: 1st Mar 2023
|
||||
description: Here we will learn How To Properly Fetch Nuxt Content Data and Render It in Nuxt Pages
|
||||
image: /nuxt-blog/pexels-photo-1036936_osvoac.jpg
|
||||
image: /blogs-img/blog4.jpg
|
||||
alt: How To Properly Fetch Nuxt Content Data and Render It in Nuxt Pages
|
||||
ogImage: /nuxt-blog/pexels-photo-1036936_osvoac.jpg
|
||||
provider: cloudinary
|
||||
ogImage: /blogs-img/blog4.jpg
|
||||
tags: ['nuxt', 'nuxt-content']
|
||||
published: true
|
||||
---
|
||||
@@ -18,7 +17,7 @@ Nuxt.js is a popular open-source framework for building Vue.js applications. Wit
|
||||
|
||||
The first step is to install the necessary dependencies for Nuxt Content v2. To do this, run the following command:
|
||||
|
||||
```js
|
||||
```JS
|
||||
npm install @nuxt/content@next
|
||||
|
||||
```
|
||||
@@ -27,7 +26,7 @@ npm install @nuxt/content@next
|
||||
|
||||
Once the dependencies are installed, you need to configure Nuxt Content v2 in your Nuxt 3 project. To do this, create a new file named nuxt.config.js in the root directory of your project and add the following code:
|
||||
|
||||
```js
|
||||
```JS
|
||||
export default {
|
||||
// Enable Nuxt Content module
|
||||
modules: [
|
||||
|
||||
@@ -2,10 +2,9 @@
|
||||
title: Some Awesome Libraries For Vue3
|
||||
date: 1st Jan 2023
|
||||
description: Vue.js is a popular JavaScript framework for building web applications. In this blog post, we will introduce you to some of the awesome libraries for Vue.js in different categories.
|
||||
image: /nuxt-blog/pexels-photo-3379934_qjpfp3.jpg
|
||||
image: /blogs-img/blog5.jpg
|
||||
alt: Some Awesome Libraries For Vue3
|
||||
ogImage: /nuxt-blog/pexels-photo-3379934_qjpfp3.jpg
|
||||
provider: cloudinary
|
||||
ogImage: /blogs-img/blog5.jpg
|
||||
tags: ['vue',"javascript"]
|
||||
published: true
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user