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 add robot.txt in the nuxt…
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 add robot.txt in the nuxt…
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 you can just use any…
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 in your script tag. If…
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 using the plugins like @nuxtjs/sitemap….
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 in the script tag helps…
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 modules. If you have an…
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 very important nowadays for any…
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 light weight syntax highlighter which…
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 not found in the server….