This article is how to add external javascript script in nuxt component by using head() method
This article is about how to optimize image by converting image to webp in nuxt application.
This article is about how to add a custom static 404 page in our nuxt application. 404 error page willbe the fallback page if a page is not found in the static site.
This article is about how to add a code syntax highlighter PrismJS to Nuxt and configure PrismJs theme in NuxtJS.
This article is about how to add google analytics in our nuxt application. we will see about adding Google Analytics 4 in this article too along with the Universal Id version.
In this tutotrial, we will see how we can check the nuxt version quickly using the terminal or from the package.json file.
This post is about how we can add defer and preload in script and link tags in our nuxtjs application to improve the performance of the pages.
Here we will create sitemap in nuxtjs application. Learn to generate sitemap for dynamic routes in your nuxt project.
Here in this article we will see how to add google font in nuxtjs application
Here in this article we will see how to add robots.txt file in nuxtjs application while building or generating the website.