Good video ! I like how you struggle, it is cool to see that we are not alone :)
@kristiyanivanov74142 жыл бұрын
yes, tbh this :D
@RizaHariati2 жыл бұрын
Same!
@joostschuur2 жыл бұрын
I took a shot everytime you said sitemap and now I'm too drunk to code. Best time ever.
@caleyCodeLab2 жыл бұрын
🤣
@gabrielmoraes4516 Жыл бұрын
Awesome video! I can so relate to 4:24 LOL!
@caleyCodeLab Жыл бұрын
🙏
@abdulrahmanelheyb2 жыл бұрын
Wow, I tried search how can solve this problem but I not found, after when find your video I solved thank you so much 🥰
@hackneythugg2 ай бұрын
4:30 LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL - Only a develper would understand!
@testrandom18522 жыл бұрын
Love the way you teach.
@A-Miracle0002 жыл бұрын
wow the way you explain is just fantastic keep it up
@Fullflexno2 жыл бұрын
Supercool video buddy! Love your snarky and humourus comments, keep posting pleas!=)
@BigPerm73 Жыл бұрын
😆Please keep making tutorials. I enjoyed this and you helped a ton.
@caleyCodeLab Жыл бұрын
Thank you! Working on one right now 🍻
@billardmelissa460811 ай бұрын
Thanks to you for that , very helpful 😉
@nickwong16522 жыл бұрын
It's cool bro~ very useful
@RizaHariati2 жыл бұрын
Thank for the tutorial man... 😁😁
@tochukwungene Жыл бұрын
I totally agree at 4:36. Never! It's frustrating!
@shawnlee59562 жыл бұрын
thx for sharing ~ you look very enjoying coding ~
@adityashrivastava83522 жыл бұрын
Thanx bro. It helped a lot.
@TonicCantaloupe9 ай бұрын
Whats the process now in 2024, with the latest version of NextJS? Has anything changed?
@anjurawat92742 жыл бұрын
I have one doubt why did you install in dev dependency?
@caleyCodeLab2 жыл бұрын
It's a dev dependency because I only need the package at build time. You only want to add a package to none dev dependencies if it's required to execute once built
@anjurawat9274 Жыл бұрын
@@caleyCodeLab got it. Thanks
@ngocthienvu790311 ай бұрын
i love it, it's so funny
@taranpreetsingh61352 жыл бұрын
npm install next-sitemap --save-dev gives me an error found incompatible module. Please help
@caleyCodeLab2 жыл бұрын
What version of node are you running?
@taranpreetsingh61352 жыл бұрын
@@caleyCodeLab I got v14.18.1
@caleyCodeLab2 жыл бұрын
If you throw up a repo I'll take a look when I get a chance 🏋️
@taranpreetsingh61352 жыл бұрын
@@caleyCodeLab Please tell how to update node version. I have tried the command but it wasn't updating
@kristiyanivanov74142 жыл бұрын
nice, you put some emotion into it and that's good to see - people these days seem robotic :)
@arewabookspublishers2 жыл бұрын
Thank you for the Video, But i'm getting that error even when run build. please what should I should do? my node version is 16.14.0 while the npm 8.3.1
@caleyCodeLab2 жыл бұрын
If you're on windows you need to rename the config file. The issue is documented on their npm page. Your node version should be fine. But you should consider using NVM so you're flexible
@wixet1725 күн бұрын
POG, thank u!!!
@pbhalshankar5 Жыл бұрын
i really love your reaction on error ....Its never straight forward...never like that......😂😅
@TK-kw2pg2 жыл бұрын
Why is it that mine dont generate a robots.txt and xml
@JunoYu-z3w11 ай бұрын
R u walton raiders?
@imkir4n2 жыл бұрын
getting 404 when i go to route sitemap!!! why
@caleyCodeLab2 жыл бұрын
Difficult to say unless you sling a repo
@imkir4n2 жыл бұрын
@@caleyCodeLab i managed to fix that, thank you
@caleyCodeLab2 жыл бұрын
Good man!
@ardibandilli64372 жыл бұрын
@@imkir4n how you fixed that?
@imkir4n2 жыл бұрын
@@ardibandilli6437 you need to place that sitemap.xml file inside public folder
@mariusnjikenjike31192 жыл бұрын
Hey man, I'm having an error after running . SyntaxError: Unexpected token 'export' could you please suggest any idea on how to solve it?? Thank you for the video.
@caleyCodeLab2 жыл бұрын
Have you successfully exported and are able to run it as a static site? Sounds like config but very difficult to say
@ayodejiatanda6197 Жыл бұрын
thank you! they need to fix their documentation 😂
@alanhettinger40512 жыл бұрын
Why did you create a "sitemap" script rather than using the "postbuild" script as suggested in the docs?
@caleyCodeLab2 жыл бұрын
Because sitemap is just one post build operation. Postbuild is too generic
@burakozcan44722 жыл бұрын
for those who have problems yarn next export and cd out run npx http-server
@MrWalrusxD2 жыл бұрын
Really nice video! I'm new to React/Next, can someone explain me what the /out is? Is that something like a live server? Can't find it on the web :)
@caleyCodeLab2 жыл бұрын
/out is a folder next generates when you statically export a website
@patitorodri Жыл бұрын
thanks mate, you are funny
@adarshrathi82652 жыл бұрын
excellent excellent love from india har har mahadev
@martineboulanger7 ай бұрын
Explanations are good, but please if you explain something and you want to use you webcam too, face the webcam when you speak. It is just weird to look at your side profile
@jennysquesttowellness2 жыл бұрын
mate why are all our pages in sitemap-0.xml and not on sitemap.xml? isn't this confusing?
@caleyCodeLab2 жыл бұрын
Just a bit of config with the sitemap package. You can change it, but I've had my sites successfully crawled with it as default
@jennysquesttowellness2 жыл бұрын
@@caleyCodeLab thanks so google will understand that your pages are listed in sitemap-0.xml and not on sitemap.xml, correct?
@gilmar770 Жыл бұрын
@@jennysquesttowellness Man, i have this doubt too...
@caleyCodeLab Жыл бұрын
The tool you can use to check whether your sitemap has been indexed properly is called 'google search console'. There's a tab called sitemap where it gives you all the information they have collected from you
@NikitaPant-tl8gw Жыл бұрын
any solution, how to change this ?
@Its_nirbhay_gupta_ Жыл бұрын
How are you so cool dude😅
@caleyCodeLab Жыл бұрын
I'm going to assume this is some dry sarcasm
@biglmnztv2 жыл бұрын
just subbed man, do you collaborate on projects for fun? seeking a mentor 🍋
@caleyCodeLab2 жыл бұрын
Hey thanks 🤲 at the moment no due to my actual job being really busy. I like the idea of it in the future though !