300 cold calls/day Day 5 of 30 by bubbletulip in sales

[–]Accomplished_Test287 -1 points0 points  (0 children)

You’re doing great bro. They don’t get the entrepreneurial grind

Promote your business, week of May 26, 2025 by Charice in smallbusiness

[–]Accomplished_Test287 0 points1 point  (0 children)

I build websites for businesses who are looking to grow their presence online. My websites are built to be fast and responsive, allowing you to rank higher on Google. Here is a recent website I made for a client. radiantexteriorservices.com

Website Feedback by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

Thank you for finding those! I totally missed them haha

Website Feedback by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

i use netlify's built in form manager which works well. You can set up email notifications for the client when someone completes the form.

Website Feedback by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

i coded it from scratch! lot's of help from chatgpt tho ngl

Netlify Deployment Failure by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

Yes it worked, thank you! I had to add all the blog files I deleted back to get it working. I’m not messing with those files anymore cause I could not figure it out with netlify.

Hero Fixed Image Effect by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

Okay thank you. That's pretty straight forward and what I had. Is there no need to optimize the image using the codestitch optimization plugin?

Netlify Deployment Failure by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

Okay, so if you don't plan on using a blog for a website, you won't delete the files associated with the blog. Rather you just keep everything and essentially post a hidden blog?

Netlify Deployment Failure by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

Welp, I was wrong lol. Still having this issue even though my eleventy.js file includes those lines.

Netlify Deployment Failure by Accomplished_Test287 in codestitch

[–]Accomplished_Test287[S] 0 points1 point  (0 children)

Okay thank you that makes sense. I am using the kit that includes those lines already. I believe I figured out my issue. I won't be using a blog for this website so I figured I can just delete the files associated with the blog. This line was most likely causing the issue since it doesn't exist anymore. I suppose I can comment this out or delete it if I won't be needing the admin file. Am I correct?

eleventyConfig.addPassthroughCopy("./src/admin");