HB's Thoughts

I try to think really hard.

Tag - Nuxt

5/14/2024

Removing the trailing slash from the URLs in Nuxt Link to the article

Every page on your website should have unique content. If you have a second page with the same content, the weight of the information for the search engines is divided between the two, and this greatly reduces their chances of appearing earlier in the search results.


Competence: Pro
Tags: NuxtSEO
3/27/2024

Nitro, i18n and Dev Proxy Link to the article

When you use Nuxt, it is normal to use Nitro as well, but sometimes this does not fit into the scenario you have been prepared for. The API requests are handled by another back-end server and in order to develop the application locally, a proxy must be set up.


Competence: Pro
Tags: NuxtNitro
2/15/2024

Google Fonts in Nuxt with TailwindCSS Link to the article

The Google Fonts service is very easy to use. There is a large selection of fonts and an easy way to filter them according to your needs. The Nuxt ecosystem has a very good Google Fonts module you can easily integrate into your app, but I will show you a slightly different approach.