digitalsyed.hashnode.devHow to Use Google Fonts in a Nuxt 3 + Tailwind CSS ProjectA clean and easy guide to setting up custom fonts using Nuxt modules. 1. Install Tailwind and Google Fonts Modules Nuxt offers official modules for both Tailwind CSS and Google Fonts. To install them, just run the following commands: # Install Tailwi...May 31, 2025·2 min read
digitalsyed.hashnode.devHow to Change the Title and Description for Each Page in Next.jsIn Next.js, by default, you can define metadata (like the title and description) in the app/layout.js or app/page.js file. This metadata is shared across your entire application unless you specify different metadata for individual pages. Here's how t...Jan 7, 2025·2 min read
digitalsyed.hashnode.devNextJS: How to fix the "use client" errorsIf you’ve been working with Next.js and encountered issues with the "use client" directive, you’re not alone. This article will walk you through the common pitfalls developers face and explain how to fix these errors with practical examples. Understa...Jan 6, 2025·4 min read
digitalsyed.hashnode.devHow to auto commit and push to GithubAutomating your git commits can be a great time-saver, ensuring that your work is always backed up without having to remember to do it manually. Here's a step-by-step guide on how to set up automatic commits to GitHub on a Windows machine using Task ...Jun 9, 2024·3 min read