check where next-sitemap files in .out are supposed to go.
- I took out the outDirectory in config and it automatically pushed it to /public where it needs to go.
- When deploying this will all be automatic when you run npm run build now.
- I also set .gitignore to ignore the 3 files it generates. These files could mess up the server since they build off the .env so it is best not to have them pushed up.