Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Since I am new to Nuxt.js and Tailwind, I am proud of my solution as a whole.

    What challenges did you encounter, and how did you overcome them?

    This is my first time working with TailwindCSS and flexbox. It's a bit tricky, but the Tailwind documentation is fantastic.

    What specific areas of your project would you like help with?

    I tried to implement an array of objects in an authors.ts file.

    export const blogAuthors = [ { id: 1, name: 'Greg', fullName: 'Greg Hooper', image: '@/assets/images/greg.webp', }, ];

    I also created a prop for the name: ``

    However, it won't let me use the image. The path is correct, but it won't load