Npm run build error

I need advice to debug deploy Netlify App

Dear All,
Im a begginer and Im trying to understand why I have an error during build command. I’ve tryied to find this information about the same mistake in internet, but I didn’t resolve my problem.
Could you help me, please?

Hey welcome to the community, thanks for linking the deploy logs.

In your public/index.html file you have:

 <link font-family: "Montserrat", sans-serif;
    href="https://fonts.googleapis.com/css?family=McLaren|Montserrat&display=swap"
    rel="stylesheet" />

try changing that to:

 <link href="https://fonts.googleapis.com/css?family=McLaren|Montserrat&display=swap"
    rel="stylesheet" />
2 Likes

Yes! The problem is solved! Thank you a lot!

thanks a lot , it works !!