featured Image

How To Add Robots.txt in your Nuxtjs Application

Here in this article, we will see how to add a robot.txt file in our nuxtjs application after it is built or generated before deployment. Before learning the steps to…

Read more
featured Image

How To Add Font Locally In Nuxt App

In this tutorial, we will learn the step-by-step process of how to add a custom google font locally in your nuxtjs application. You can either use a premium font or…

Read more
featured Image

How To Add Google Font in Nuxt Application

Here in this article we will see how to add google font in your nuxtjs project/application. The process is really simple you just have to import the google font link…

Read more
featured Image

How to generate sitemap for dynamic routes in nuxtjs application

Here in this article, we will learn to create sitemaps for dynamic routes in our nuxtjs application. It is not so easy to create the sitemaps easily with dynamic routes…

Read more
featured Image

How To Add Defer And Preload in script and link tags in Nuxt Application

Here in this article, we will see how to add defer and preload in link and script tags in our nuxtjs application. The preload in the link tag and defer…

Read more
featured Image

How to check Nuxt Version Easy and Quick

Here, in this tutorial, we will see how to check our Nuxt Version quickly. It helps us when we need to upgrade it or check our dependencies with different npm…

Read more
featured Image

How to add Google Analytics 4 in Nuxt Application?

Here, in this article, we will learn about how to add google analytics to our Nuxt application properly for both Universal id and Google Analytics 4 Id. Having analytics is…

Read more
featured Image

How to Add Syntax Highlighting PrismJS to Nuxt

This article we will see how to add PrismJs to Nuxt to highlight our code snippets. We will add the prismJs to our nuxt content static site. PrismJs is a…

Read more
featured Image

How to add custom static 404 error page in Nuxt ?

In this article, we will learn how to add custom static 404 error page in nuxt application. A 404 Error is a status code which occurs when a page is…

Read more